Browse Source

vim: use noremap

ok ok, use the right way ™
https://learnvimscriptthehardway.stevelosh.com/chapters/05.html
master
Schneider 3 years ago
parent
commit
29d7ae371d
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 2
      init.vim

2
init.vim

@ -123,7 +123,7 @@ endif
" SETTINGS{{{
" disable Ex mode, who needs this anyway?
map Q <Nop>
noremap Q <Nop>
set number " line numbers
set autoread " reload file automatically
set colorcolumn=100 " highlight column 99

Loading…
Cancel
Save