aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-06-05 21:31:14 +0000
committerterminaldweller <thabogre@gmail.com>2021-06-05 21:31:14 +0000
commitacf6683d531ca50c97e4f553faad7a8bfb86ed0e (patch)
treeaa452b333e7f1e7c05b9d884e5dc4ffcdb41d3cb /.tmux.conf
parentfixed the w3m script problems. now using exa. some other small stuff (diff)
downloadscripts-acf6683d531ca50c97e4f553faad7a8bfb86ed0e.tar.gz
scripts-acf6683d531ca50c97e4f553faad7a8bfb86ed0e.zip
too much to talk about...
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index c01af8d..a5eadec 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -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 '%%'"