Compare commits
No commits in common. "d4b36d99f3e0d478b47161b3832d2564b6b9b78c" and "49ab6546f02f9202d80d6515e30165fe5895cdf2" have entirely different histories.
d4b36d99f3
...
49ab6546f0
2 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
# 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,12 +1,11 @@
|
||||||
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