update cheat sheet comment

This commit is contained in:
Ryan Manseau 2023-03-21 10:57:44 -07:00
parent f51ee7e6ec
commit e096ba3476
No known key found for this signature in database
GPG Key ID: 060BE2D43CFAB17A

View File

@ -63,12 +63,16 @@ run '~/.tmux/plugins/tpm/tpm'
# CHEAT SHEET:
#
# update working dir of a session to current dir
# :attach-session -t . -c '#{pane_current_path}'
# update working dir of a session to current dir
# attach-session -t . -c '#{pane_current_path}'
#
# save pane layout prefix C-s
# restore pane layout prefix C-r
# swap two panes
# 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