diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-21 17:18:12 +0100 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-21 17:18:12 +0100 |
commit | c481247164c81b9fbfad35bd237b9ef5d944adc2 (patch) | |
tree | dc295ee7ffdfc7c4f18382d16328c6749a48eb3d /.config | |
parent | 739429365e533973c1727118e41e7a227b9d432a (diff) |
tmux fix
Diffstat (limited to '.config')
-rw-r--r-- | .config/tmux/.tmux.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 4416417..1c4bfd8 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -117,16 +117,6 @@ bind -n M-j select-pane -D bind -n M-k select-pane -U bind -n M-l select-pane -R -# Use Alt-arrow keys without prefix key to switch panes -bind -n M-Left select-pane -L -bind -n M-Right select-pane -R -bind -n M-Up select-pane -U -bind -n M-Down select-pane -D - -# Shift arrow to switch windows -bind -n S-Left previous-window -bind -n S-Right next-window - bind Escape copy-mode bind p paste-buffer |