add ssh and jj

This commit is contained in:
Jana Dönszelmann 2026-03-17 11:16:22 +01:00
parent e6522bdb86
commit 9583e816d6
No known key found for this signature in database
5 changed files with 91 additions and 32 deletions

View file

@ -120,6 +120,9 @@ inputs@{ machine, ... }:
bind x swap-pane -D
bind z resize-pane -Z
# swap a full screen and terminal
bind a if -F "#{?window_zoomed_flag,0,1}" "select-pane -l ; resize-pane -Z" "resize-pane -Z ; select-pane -l"
# double-click ^k (or lshift with kanata) for previous pane like ^w in vim
bind -r ^k select-pane -l
bind q confirm-before -p "kill-pane #P? (y/n)" kill-pane
@ -132,7 +135,7 @@ inputs@{ machine, ... }:
bind r source-file ~/.config/tmux/tmux.conf \; display "config reloaded"
bind ? list-keys
# Scroll oin man etc
# Scroll in man etc
tmux_commands_with_legacy_scroll="nano less more man git"
bind -T root WheelUpPane \