Signed-off-by: Lin Jiaxin ljx.joe@qq.com --- doc/learning-resources.md | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/doc/learning-resources.md b/doc/learning-resources.md index e631f4a..3a164b5 100644 --- a/doc/learning-resources.md +++ b/doc/learning-resources.md @@ -119,10 +119,14 @@ Tmux
## tmux keys (customized)
+ ctrl-s ? list-keys ctrl-s c create new window + ctrl-s x kill-pane alt-j/k switch to left/right window alt-1/2/3... switch to the 1st, 2nd, 3rd, ... window ctrl-s ctrl-u page up (press ctrl-u to continue paging up, <Enter> to exit) + ctrl-s [/] copy-mode/paste-buffer + shift-(left mouse button/right mouse button) copy/paste to/from system clipboard
Mutt ====