mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
fix broken X11s, get rid of broken keys
This commit is contained in:
parent
a8524b7381
commit
0045a33d4b
1 changed files with 6 additions and 18 deletions
22
vimrc
22
vimrc
|
@ -138,9 +138,9 @@ if has('eval')
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
call LoadColorScheme("wombat:desert")
|
call LoadColorScheme("wombat:twilight256:desert")
|
||||||
elseif &t_Co == 256
|
elseif &t_Co == 256
|
||||||
call LoadColorScheme("wombat:inkpot")
|
call LoadColorScheme("wombat:twilight256:inkpot")
|
||||||
elseif &t_Co == 88
|
elseif &t_Co == 88
|
||||||
call LoadColorScheme("wombat:zellner")
|
call LoadColorScheme("wombat:zellner")
|
||||||
else
|
else
|
||||||
|
@ -287,21 +287,7 @@ map <C-a> <Home>
|
||||||
map! <C-e> <End>
|
map! <C-e> <End>
|
||||||
map <C-e> <End>
|
map <C-e> <End>
|
||||||
map <C-k> d$
|
map <C-k> d$
|
||||||
imap <C-k> <Esc><Right>d$a
|
imap <C-k> <Esc><Right>Di<Right>
|
||||||
|
|
||||||
" tabs
|
|
||||||
map <C-S-Tab> :tabprevious<CR>
|
|
||||||
imap <C-S-Tab> <Esc>:tabprevious<CR>i
|
|
||||||
map <S-Left> :tabprevious<CR>
|
|
||||||
imap <S-Left> <Esc>:tabprevious<CR>i
|
|
||||||
|
|
||||||
map <C-Tab> :tabnext<CR>
|
|
||||||
imap <C-Tab> <Esc>:tabnext<CR>i
|
|
||||||
map <S-Right> :tabnext<CR>
|
|
||||||
imap <S-Right> <Esc>:tabnext<CR>i
|
|
||||||
|
|
||||||
nmap <C-t> :tabnew<CR>
|
|
||||||
imap <C-t> <Esc>:tabnew<CR>i
|
|
||||||
|
|
||||||
" Disable q and Q
|
" Disable q and Q
|
||||||
map q <Nop>
|
map q <Nop>
|
||||||
|
@ -363,3 +349,5 @@ if v:version >= 700
|
||||||
" add current directory's generated tags file to available tags
|
" add current directory's generated tags file to available tags
|
||||||
set tags+=./tags
|
set tags+=./tags
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
set t_RV=
|
||||||
|
|
Loading…
Add table
Reference in a new issue