Skip to content

Instantly share code, notes, and snippets.

@reconbot
Created August 31, 2011 12:18
Show Gist options
  • Save reconbot/1183409 to your computer and use it in GitHub Desktop.
Save reconbot/1183409 to your computer and use it in GitHub Desktop.
vimrc stuff
" Make home more useful
map <Home> ^
imap <Home> <Esc>^i
" stupid hack to make screen a little friendlier on systems where it wont autodetect what's running
let &titlestring = "vim"
if &term == "screen"
set t_ts=^[k
set t_fs=^[\
endif
if &term == "screen" || &term == "xterm"
set title
endif
let &titleold = "bash"
" always show the tab bar because it's cool
set showtabline=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment