1
0
Fork 0

experiments over for now, some cleanup, take 2

This commit is contained in:
Von Random 2017-05-31 16:35:31 +03:00
parent 4f22157f06
commit daccbcce21
3 changed files with 5 additions and 14 deletions

6
vimrc
View file

@ -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-^>