diff --git a/vimrc b/vimrc index 81b9199..38ec661 100644 --- a/vimrc +++ b/vimrc @@ -72,7 +72,8 @@ colorscheme solarized set shell=/bin/bash " Map -let mapleader = "_" +nnoremap +let mapleader = " " " Add line numbers set number @@ -212,6 +213,15 @@ map tp :tabprevious map tf :tabfirst map tl :tablast map tm :tabmove +" split window navigation +map ws :sp +map w/ :vsp +map w= = +map wd q +map w k +map w j +map w l +map w h map ll :NERDTreeToggle " no at the end to be able to submit bookmark map lo :NERDTree