Skip to content

Instantly share code, notes, and snippets.

@rsrchboy
Created November 18, 2012 17:58
Show Gist options
  • Save rsrchboy/4106529 to your computer and use it in GitHub Desktop.
Save rsrchboy/4106529 to your computer and use it in GitHub Desktop.
screen + vim tabs
" make C-PgUp and C-PgDn work, even under screen
" see https://bugs.launchpad.net/ubuntu/+source/screen/+bug/82708/comments/1
:nmap <ESC>[5;5~ <C-PageUp>
:nmap <ESC>[6;5~ <C-PageDown>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment