Show Menu
Cheatography

Terminal Keyboard Shortcuts (DRAFT) by

Software development inside the terminal using NeoVim and tmux

This is a draft cheat sheet. It is a work in progress and is not finished yet.

tmux

Prefix is set to C-s
prefix c
Create new window
prefix %
Split pane vertically
prefix "
Split pane horizo­ntally
Ctrl+[­h,j­,k,l]
Go to pane in that direction
prefix q [number]
Show pane numbers and go to pane
number
Alt+[h­,j,k,l]
Resize pane in that direction
prefix !
Breake pane into a new window
prefix j [window name]
Join current pane into
window
prefix [{,}]
Swap current pane with previo­us/next pane
Alt+Sh­ift+H
or
prefix p
Previous window
Alt+Sh­ift+L
or
prefix n
Next window
prefix [number]
Go to window
number
prefix [
Activate select­/search mode
prefix f
Search in all sessions and windows
prefix ,
Rename window
prefix $
Rename session
prefix [P,N]
Move window to left/right
prefix g [number]
Move window to
number
prefix H
Horizontal layout
prefix V
Vertical layout
prefix M
Main window vertical layout
prefix T
Tiled layout
prefix d
Detatch
prefix s
Sessions overview
prefix w
Window overview
prefix x
Kill pane, or session in sessio­n/w­indow in overview modes
prefix r
Reload
tmux.conf
 

nvim