Compare commits

...

2 commits

Author SHA1 Message Date
d4b36d99f3 Update tmux hints 2025-03-06 20:38:24 -08:00
20dd7ed6c5 Fix nested session prefix handling 2025-03-06 20:36:24 -08:00
2 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,7 @@
# Custom Prefix # Custom Prefix
set -g prefix C-space set -g prefix C-space
bind-key C-space send-prefix
# Shortcut to custom hints # Shortcut to custom hints
bind-key -n C-h run-shell "tmux popup -xC -yC -w50% -h75% 'cat ~/.tmux/hints'" bind-key -n C-h run-shell "tmux popup -xC -yC -w50% -h75% 'cat ~/.tmux/hints'"

View file

@ -1,11 +1,12 @@
Prefix Prefix
C-x Sync Panes C-x Sync Panes
C-R Reload tmux C-R Reload tmux
c New Console c New Console
, Rename Console , Rename Console
z Zoom Pane z Zoom Pane
: tmux Command
No Prefix No Prefix
C-S-> Next Console C-S-> Next Console
C-S-< Prev Console C-S-< Prev Console
C-arrow Navigate Panes C-arrow Navigate Panes