Update '.tmux.conf'

This commit is contained in:
2023-04-29 14:39:37 +02:00
parent 09e223a0ec
commit 851d98dcee

View File

@@ -19,7 +19,7 @@ bind - split-window -v -c "#{pane_current_path}"
set -g history-limit 50000 set -g history-limit 50000
# reload config # reload config
bind C-r source-file ~/.config/tmux/.tmux.conf \; display "Config reloaded!" bind C-r source-file ~/.config/tmux/tmux.conf \; display "Config reloaded!"
# switch panes using Alt-arrow without prefix # switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L bind -n M-Left select-pane -L