update cheat sheet comment
This commit is contained in:
parent
f51ee7e6ec
commit
e096ba3476
18
.tmux.conf
18
.tmux.conf
|
|
@ -63,12 +63,16 @@ run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
# CHEAT SHEET:
|
# CHEAT SHEET:
|
||||||
#
|
#
|
||||||
# update working dir of a session to current dir
|
# update working dir of a session to current dir
|
||||||
# :attach-session -t . -c '#{pane_current_path}'
|
# attach-session -t . -c '#{pane_current_path}'
|
||||||
#
|
#
|
||||||
# save pane layout prefix C-s
|
# swap two panes
|
||||||
# restore pane layout prefix C-r
|
# on one prefix m
|
||||||
|
# on the other :swap-pane
|
||||||
|
#
|
||||||
|
# REQUIRES TPM
|
||||||
|
# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
#
|
||||||
|
# save pane layout prefix C-s
|
||||||
|
# restore pane layout prefix C-r
|
||||||
#
|
#
|
||||||
# swap two panes
|
|
||||||
# on one prefix m
|
|
||||||
# on the other :swap-pane
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user