Update vim dict and some key maps

This commit is contained in:
Michael Campagnaro 2017-09-22 17:16:30 -04:00
parent 98808085f7
commit 9d8406733d
3 changed files with 25 additions and 2 deletions

View File

@ -143,3 +143,24 @@ rasterization
TODO TODO
endianness endianness
Monero Monero
Hyper-thread
Hyper-threads
hyper-thread
hyper-threads
multithreaded
Uber
janky
X64
Win32
struct
lookaside
Multithread
InterlockedIncrement
memes
Ubered
jizzed
poutine
cafe
bday
haha
Respawn

Binary file not shown.

6
vimrc
View File

@ -495,7 +495,7 @@ let g:localvimrc_ask = 0
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" TAGBAR " TAGBAR
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
noremap <F11> :TagbarToggle<cr> noremap <F12> :TagbarToggle<cr>
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" SYNTASTIC " SYNTASTIC
@ -773,7 +773,7 @@ augroup vimrc
augroup END augroup END
" Toggle build results " Toggle build results
noremap <F9> :call ToggleBuildResults()<cr> noremap <F11> :call ToggleBuildResults()<cr>
nnoremap <leader>bb :call ToggleBuildResults()<cr> nnoremap <leader>bb :call ToggleBuildResults()<cr>
" Hide build results and clear errors " Hide build results and clear errors
@ -785,6 +785,8 @@ nnoremap <F8> :call SilentBuild()<cr>
" Execute run script " Execute run script
nnoremap <leader>br :call ExecuteRunScript()<cr> nnoremap <leader>br :call ExecuteRunScript()<cr>
nnoremap <F9> :call ExecuteRunScript()<cr>
nnoremap <leader>bs :AsyncStop<cr> nnoremap <leader>bs :AsyncStop<cr>
"Go to next build error "Go to next build error