update tmux notes and telnet info

This commit is contained in:
Paul Trowbridge 2022-04-27 18:26:24 +00:00
parent 7b4c3665ce
commit 155118d3ac
2 changed files with 14 additions and 9 deletions

4
telnet.md Normal file
View File

@ -0,0 +1,4 @@
to connect pass the IP `telnet 10.45.10.20`
or just do `telnet` then do `open 10.45.10.20`
there should be an escape character specified like ctrl+]
then to quit telnet do `quit`

19
tmux.md
View File

@ -2,22 +2,22 @@
panes panes
---------------------------------- ----------------------------------
% = split pane right prefix + % = split pane right
" = split pane below prefix + " = split pane below
<Up>/<Left> = switch panes prefix + <Up>/<Left> = switch panes
z = maximize/minimize pane prefix + z = maximize/minimize pane
x = kill pane prefix + x = kill pane
Ctrl+B+<Arrow> = resize prefix + <Arrow> = resize
windows windows
---------------------------------- ----------------------------------
c = create new window prefix + c = create new window
w = create window selection prompt prefix + w = create window selection prompt
prefix + , = rename window prefix + , = rename window
sessions sessions
---------------------------------- ----------------------------------
d = detach session prefix + d = detach session
tmux ls = list sesions tmux ls = list sesions
tmux attach -t 0 = attach to session 0 tmux attach -t 0 = attach to session 0
@ -40,5 +40,6 @@ plugins
using tmux plugin manager to install tmux-resurrect using tmux plugin manager to install tmux-resurrect
plugin manager: https://github.com/tmux-plugins/tpm plugin manager: https://github.com/tmux-plugins/tpm
resurrect: https://github.com/tmux-plugins/tmux-resurrect resurrect: https://github.com/tmux-plugins/tmux-resurrect
use <prefix> + I to install plugins