feat(tmux): update tmux configuration

Changed files
+7 -3
+7 -3
.tmux.conf
··· 21 21 bind-key C-l select-pane -R 22 22 bind-key C-s split-window -v 23 23 bind-key C-v split-window -h 24 - bind-key - switch-client -l 24 + bind-key + resize-pane -U 5 25 + bind-key - resize-pane -D 5 26 + bind-key > resize-pane -R 5 27 + bind-key < resize-pane -L 5 28 + bind-key 0 switch-client -l 25 29 26 30 # bind ctrl-ed version of other mappings 27 31 # e.g. `n` and `p` for navigating windows ··· 36 40 bind-key -T copy-mode-vi i send-keys -X cancel 37 41 bind-key -T copy-mode-vi C-c send-keys -X cancel 38 42 39 - bind-key C-e run-shell "tmux neww -n 'sessionizer' ~/.dotfiles/bin/tmux-sessionizer" 40 - bind-key e run-shell "tmux neww -n 'sessionizer' ~/.dotfiles/bin/tmux-sessionizer" 43 + bind-key C-e run-shell "tmux neww -n 'sessionizer' tmux-sessionizer" 44 + bind-key e run-shell "tmux neww -n 'sessionizer' tmux-sessionizer"