diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-01-15 17:11:44 +0100 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-01-15 17:11:44 +0100 |
commit | 7821641032d81b369de3dbfe4e9f6815ba75eacc (patch) | |
tree | 7a7536f5aab802eca54cd311049aa481edb7a9bf /mac/tmux.conf | |
parent | 2916ae8bc25797c4516e832851f5f9f28f1aa10c (diff) | |
download | dotfiles-7821641032d81b369de3dbfe4e9f6815ba75eacc.tar.gz dotfiles-7821641032d81b369de3dbfe4e9f6815ba75eacc.zip |
Sóme changes
Diffstat (limited to 'mac/tmux.conf')
-rw-r--r-- | mac/tmux.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mac/tmux.conf b/mac/tmux.conf index c5b8b55..f0f272a 100644 --- a/mac/tmux.conf +++ b/mac/tmux.conf @@ -42,10 +42,13 @@ bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D +bind-key S-Left swap-window -t -1 +bind-key S-Right swap-window -t +1 + # Bells set -g visual-bell on set -g bell-action any # Scroll in shell set -g terminal-overrides 'xterm*:smcup@:rmcup@' -set -wg xterm-keys 1
\ No newline at end of file +set -wg xterm-keys 1 |