mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
vimrc: Fixed backspace on badly behaved tcsh/vim combos (especially csil)
This commit is contained in:
parent
812e838126
commit
2e78d040e7
1 changed files with 7 additions and 0 deletions
7
vimrc
7
vimrc
|
@ -278,6 +278,13 @@ imap <silent> <F12> <C-O>:silent set number!<CR>
|
||||||
" Don't force column 0 for #
|
" Don't force column 0 for #
|
||||||
inoremap # X<BS>#
|
inoremap # X<BS>#
|
||||||
|
|
||||||
|
" Fix broken shit backspace on csil machines
|
||||||
|
" in tcsh with badly compiled vims
|
||||||
|
map <C-h> <BS>
|
||||||
|
map <C-?> <BS>
|
||||||
|
map! <C-h> <BS>
|
||||||
|
map! <C-?> <BS>
|
||||||
|
|
||||||
" Python specific stuff
|
" Python specific stuff
|
||||||
if has('eval')
|
if has('eval')
|
||||||
let python_highlight_all = 1
|
let python_highlight_all = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue