Compare commits
2 commits
49ab6546f0
...
d4b36d99f3
Author | SHA1 | Date | |
---|---|---|---|
d4b36d99f3 | |||
20dd7ed6c5 |
2 changed files with 4 additions and 2 deletions
|
@ -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'"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue