diff options
| -rw-r--r-- | tmux/tmux.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a9a5947..826410f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,8 +1,10 @@ set -g prefix C-a unbind C-b -bind -r n switch-client -n -bind -r p switch-client -p +bind -r n next-window +bind -r p previous-window +bind -r C-n switch-client -n +bind -r C-p switch-client -p bind Q confirm-before -p "Kill session #S? (y/n)" kill-session unbind % |
