Future-proof tmux config
j3s j3s@cyberia.club
Wed, 11 Dec 2019 16:25:42 -0600
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.tmux.conf
→
.tmux.conf
@@ -4,7 +4,7 @@ set-option -sg escape-time 0
set -s escape-time 0 # use vim-like keys for splits and windows -bind-key \ split-window -h -c "#{pane_current_path}" +bind-key \\ split-window -h -c "#{pane_current_path}" bind-key - split-window -v -c "#{pane_current_path}" bind-key h select-pane -L bind-key j select-pane -D