status-keys emacs

`status-keys vi` is really cumbersome for those rare times when you need
to type something in tmux command prompt.
pull/8/head
Bruno Sutic 2014-07-30 16:51:42 +02:00
parent 7810165e88
commit 7629efcbe4
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@ main() {
tmux set-option -g mouse-select-pane on
tmux set-option -g mouse-select-window on
# emacs key bindings in tmux command prompt (prefix + :) are better than
# vi keys, even for vim users
tmux set-option -g status-keys emacs
# DEFAULT KEY BINDINGS
# Ctrl-a + a send `Ctrl-a` to the shell