diff options
author | Mateja <mail@matejamaric.com> | 2021-04-10 18:46:33 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-10 18:46:33 +0200 |
commit | 810bab113b5c3f640957252532c673aefcf628fa (patch) | |
tree | e85c8238cc64b8b909bebdea4820f52d257d4267 /tmux | |
parent | a945feb02f6d64df2219ea1044251a7fe2ea98fc (diff) | |
download | misc-810bab113b5c3f640957252532c673aefcf628fa.tar.gz misc-810bab113b5c3f640957252532c673aefcf628fa.zip |
Better tmux and irc notes.
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ Ctrl+b c Create a new window (with shell) Ctrl+b w Choose window from a list Ctrl+b 0 Switch to window 0 (by number ) -Ctrl+n Switch to next window -Ctrl+p Switch to previous window +Ctrl+b n Switch to next window +Ctrl+b p Switch to previous window Ctrl+b , Rename the current window |