diff --git a/_vimrc b/_vimrc index c2e87e7..0f8842f 100644 --- a/_vimrc +++ b/_vimrc @@ -92,11 +92,16 @@ set shiftwidth=2 " {{{ Shortcuts " clear search -nnoremap l :nohl +nnoremap c :nohl " NERdTree nnoremap o :NERDTree " save nnoremap w :w +" quit +nnoremap q :q +" navigate buffers +nnoremap h :bn +nnoremap l :bp " copy/paste system clipboard vmap y "+y vmap d "+d