Don't include a control character in a text file.
endif
if (&term =~ "linux")
- set <BS>=\7f
+ execute 'set t_kb=' . nr2char(127)
else
highlight MoreMsg cterm=bold ctermfg=NONE
highlight Question cterm=bold ctermfg=NONE
endif
if (&term =~ "rxvt") || (&term =~ "screen") || (&term =~ "term") || (&term =~ "vt100")
- set <BS>=\7f
+ execute 'set t_kb=' . nr2char(127)
" 'autoselect' to always put selected text on the clipboard;
" 'unnamed' to use the * register like unnamed register '*'