Skip to content

Commit

Permalink
Disable highlighting of current line in terminal mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marton Gunyho committed Nov 10, 2017
1 parent e993993 commit c0b2823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ if has("gui_running")
"inoremap <C-S-Space> <C-p>
inoremap <C-Space> <C-p>
else " no gui
set nocursorline " disable this for command line (at least on putty this interferes with undercore.)
if has("unix")
inoremap <Nul> <C-n>
"inoremap <S-Nul> <C-p> ???
Expand Down

0 comments on commit c0b2823

Please sign in to comment.