diff --git a/vim/config/keybindings.vim b/vim/config/keybindings.vim index 50904a0..7f80eaa 100644 --- a/vim/config/keybindings.vim +++ b/vim/config/keybindings.vim @@ -15,12 +15,27 @@ vno " Misc Keybindings let mapleader = "," +" Buffers +nmap :Buffers +imap :Buffers +vmap :Buffers + +" Nerdtree +nmap :NERDTreeToggle + +" SingleCompile +nmap :SCChooseCompiler +nmap :SCCompile +nmap :SCCompileRun + + " Window Movement nnoremap nnoremap nnoremap nnoremap + " Yankstack nmap yankstack_substitute_newer_paste nmap yankstack_substitute_older_paste @@ -29,13 +44,6 @@ nmap yankstack_substitute_older_paste inoremap imap -" Syntastic -nnoremap :SyntasticToggleMode - -" SingleCompile -nmap :SCChooseCompiler -nmap :SCCompile -nmap :SCCompileRun nmap g~iw