typo: .vimrc to use vim, not nvim
dblume

dblume commited on 2024-04-30 17:47:20
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -54,7 +54,7 @@ nnoremap <cr> :noh<cr><cr>
54 54
 nnoremap <leader>i <C-i>
55 55
 " Use (Shift-)Tab to navigate buffers, retain C-i/C-o for jumps.
56 56
 " Test with this:
57
-" nvim -Nu NONE +'nno <C-i> :echom "C-i pressed"<cr>' +'nno <tab> :echom "Tab pressed"<cr>'
57
+" vim -Nu NONE +'nno <C-i> :echom "C-i pressed"<cr>' +'nno <tab> :echom "Tab pressed"<cr>'
58 58
 "if stridx(expand($TERM), 'xterm') == 0
59 59
   nnoremap <C-i> <C-i>
60 60
   nmap <Tab> :bn<cr>
61 61