diff options
author | June McEnroe <june@causal.agency> | 2017-06-27 11:57:21 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-06-27 11:57:21 -0400 |
commit | 4fb6629d38a31856345a3601d0da4c588de82f3a (patch) | |
tree | 8db3a970491f2de8b869e4cc5cbfcb215d462497 /home | |
parent | Update iTerm 2 config (diff) | |
download | src-4fb6629d38a31856345a3601d0da4c588de82f3a.tar.gz src-4fb6629d38a31856345a3601d0da4c588de82f3a.zip |
Bind n and e to switch tmux sessions
Diffstat (limited to 'home')
-rw-r--r-- | home/.tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.tmux.conf b/home/.tmux.conf index 46e9130a..d387e8f0 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -16,6 +16,8 @@ bind C-space last-window bind C-w last-pane bind h previous-window bind l next-window +bind n switch-client -n +bind e switch-client -p bind L swap-pane -D bind H swap-pane -U |