Skip to content

Instantly share code, notes, and snippets.

@masudak
Created December 18, 2011 13:17
Show Gist options
  • Save masudak/1493391 to your computer and use it in GitHub Desktop.
Save masudak/1493391 to your computer and use it in GitHub Desktop.
### key bind like vim (-n: no prior escape seq) ###
unbind-key C-h
unbind-key C-l
bind -n C-h previous-window
bind -n C-l next-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment