multiple tweaks, for better or worse
This commit is contained in:
parent
be67e054f7
commit
16a72b9ab6
6 changed files with 6 additions and 9 deletions
6
vimrc
6
vimrc
|
@ -23,11 +23,7 @@ if v:version >= 703
|
|||
set colorcolumn=80 relativenumber formatoptions+=j
|
||||
endif
|
||||
if v:version >= 800
|
||||
set breakindent keymap=russian-jcukenwintype iminsert=0 imsearch=0
|
||||
inoremap <C-@> <C-^>
|
||||
cnoremap <C-@> <C-^>
|
||||
inoremap <C-Space> <C-^>
|
||||
cnoremap <C-Space> <C-^>
|
||||
set breakindent
|
||||
endif
|
||||
|
||||
" maps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue