diff options
author | terminaldweller <thabogre@gmail.com> | 2021-06-05 21:31:14 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-06-05 21:31:14 +0000 |
commit | acf6683d531ca50c97e4f553faad7a8bfb86ed0e (patch) | |
tree | aa452b333e7f1e7c05b9d884e5dc4ffcdb41d3cb /.tmux.conf | |
parent | fixed the w3m script problems. now using exa. some other small stuff (diff) | |
download | scripts-acf6683d531ca50c97e4f553faad7a8bfb86ed0e.tar.gz scripts-acf6683d531ca50c97e4f553faad7a8bfb86ed0e.zip |
too much to talk about...
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'soyuka/tmux-current-pane-hostname' set -g @plugin 'laktak/extrakto' set -g @plugin 'tmux-plugins/tmux-copycat' +set -g @plugin 'schasse/tmux-jump' set -g @continuum-restore 'on' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'tmux-plugins/tmux-online-status' @@ -33,6 +34,8 @@ set -g @prefix_highlight_output_suffix '' set -g @online_icon "#[bg=colour75 fg=colour22]#[bg=colour22] " set -g @offline_icon "#[bg=colour75 fg=colour1]#[bg=colour1] " +set -g @jump-key 's' + #move/panes panes and windows # bind-key W choose-tree -Zw "swap-window -t '%%'" # bind-key P choose-tree -Zw "swap-pane -t '%%'" |