Skip to content

Instantly share code, notes, and snippets.

@kidd
Created May 17, 2011 18:28
Show Gist options
  • Save kidd/977057 to your computer and use it in GitHub Desktop.
Save kidd/977057 to your computer and use it in GitHub Desktop.
managing ratpoison without prefix key
#http://puntoblogspot.blogspot.com/2011/05/ratpoison-bindings-without-prefix-key.html
definekey top s-h focusleft
definekey top s-l focusright
definekey top s-k focusup
definekey top s-j focusdown
definekey top s-s vsplit
definekey top s-v hsplit
definekey top s-n nextscreen
definekey top s-p prevscreen
definekey top s-space next
definekey top s-u undo
definekey top s-o only
definekey top s-0 select 0
definekey top s-1 select 1
definekey top s-2 select 2
definekey top s-3 select 3
definekey top s-4 select 4
definekey top s-5 select 5
definekey top s-6 select 6
definekey top s-7 select 7
definekey top s-8 select 8
definekey top s-9 select 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment