Bläddra i källkod

vim: add cursor display

Thomas Dy 5 år sedan
förälder
incheckning
d1d28b2f79
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      .vim/init.vim

+ 3 - 0
.vim/init.vim

@@ -102,6 +102,9 @@ nnoremap k gk
 vnoremap j gj
 vnoremap k gk
 
+" cursor display
+nnoremap <Leader>c :set cursorline! cursorcolumn!<CR>
+
 " fzf
 nnoremap <C-P> :GitFiles -o -c --exclude-standard<CR>
 nnoremap <C-O> :Buffers<CR>