IDE in terminal for Python

Tmux Vim To be continued…

April 14, 2017 · 1 min · Me

Tmux Note

Official site: https://github.com/tmux/tmux cheat-sheet tmux use prefix key (default: C-b) General Key Description : interactive dialog (promt) d detach session tmux restore restore session : source -file ~/.tmux.conf reload .tmux.conf t big clock ? list bindings Pane Handling Key Description % split vertically " split horizontally o go to next pane (down- pane) q show pane number, press number to go to { move current pane left } move current pane right x kill pane <space> toggle through layouts ; last pane z resize pane M-Up resize pane up 5 row C-Up resize pane up 1 row Window Handling Key Description c new window , rename window n next window p previous window l previously selected window w list all windows [0-9] move to window number [0-9] f [window name] find window : list-windows list windows & kill window ....

February 8, 2017 · 4 min · Me