diff options
author | June McEnroe <curtis@hopper.com> | 2017-06-27 11:57:21 -0400 |
---|---|---|
committer | June McEnroe <curtis@hopper.com> | 2017-06-27 11:57:21 -0400 |
commit | 8cd40189fee22d1d5840ed0f226c8eb8f99d291f (patch) | |
tree | c8c418c37c435531b6710743fbb9ea566353c6e9 /curtis/.tmux.conf | |
parent | Update iTerm 2 config (diff) | |
download | src-8cd40189fee22d1d5840ed0f226c8eb8f99d291f.tar.gz src-8cd40189fee22d1d5840ed0f226c8eb8f99d291f.zip |
Bind n and e to switch tmux sessions
Diffstat (limited to '')
-rw-r--r-- | curtis/.tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/curtis/.tmux.conf b/curtis/.tmux.conf index 46e9130a..d387e8f0 100644 --- a/curtis/.tmux.conf +++ b/curtis/.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 |