We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9055722 commit 7f9ca3bCopy full SHA for 7f9ca3b
vimrc
@@ -140,6 +140,8 @@ set splitright
140
141
set nrformats-=octal
142
143
+set lazyredraw
144
+
145
"highlight word under cursor
146
"autocmd CursorMoved * silent! exe printf("match Search /\\<%s\\>/", expand('<cword>'))
147
@@ -208,8 +210,8 @@ nnoremap ; :
208
210
vnoremap < <gv
209
211
vnoremap > >gv
212
-nnoremap j gj
-nnoremap k gk
213
+nnoremap <silent> j gj
214
+nnoremap <silent> k gk
215
216
" Change Working Directory to that of the current file
217
cmap cwd lcd %:p:h
0 commit comments