experiments over for now, some cleanup, take 2
This commit is contained in:
parent
4f22157f06
commit
daccbcce21
3 changed files with 5 additions and 14 deletions
6
vimrc
6
vimrc
|
@ -24,12 +24,6 @@ if v:version >= 703
|
|||
endif
|
||||
if v:version >= 800
|
||||
set breakindent keymap=russian-jcukenwintype iminsert=0 imsearch=0
|
||||
if &term =~ '^[tmux|st|rxvt|xterm]'
|
||||
set termguicolors
|
||||
endif
|
||||
if &term =~ '^[tmux|st]'
|
||||
set t_8f=[38;2;%lu;%lu;%lum t_8b=[48;2;%lu;%lu;%lum
|
||||
endif
|
||||
inoremap <C-@> <C-^>
|
||||
cnoremap <C-@> <C-^>
|
||||
inoremap <C-Space> <C-^>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue