mirror of
https://github.com/tmux-plugins/tmux-sensible.git
synced 2024-11-21 15:18:48 +00:00
status-keys emacs
`status-keys vi` is really cumbersome for those rare times when you need to type something in tmux command prompt.
This commit is contained in:
parent
7810165e88
commit
7629efcbe4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user