diff --git a/vimrc b/vimrc index 8868f8d..d7554ed 100644 --- a/vimrc +++ b/vimrc @@ -32,7 +32,7 @@ set guioptions-=r set guioptions-=R set guioptions-=l set guioptions-=L -set gfn=Courier_New:h12:cANSI +" set gfn=Courier_New:h12:cANSI try set undodir=$HOME/.vimundo set undofile @@ -223,6 +223,10 @@ noremap d "_d noremap x "_x noremap x x +" --- Numbvers --- +nnoremap ] +nnoremap [ + " --- MOVEMENT --- nnoremap j gj nnoremap k gk