- open new tab:
Cmd + t
- next tab:
Cmd + Shift + ]
- previous tab:
Cmd + Shift + [
- split pane left-right:
Cmd + d
- split pane top-bottom:
Cmd + Shift + d
- next pane:
Cmd + ]
- previous pane:
Cmd + [
- open search bar:
Cmd + f
- find next:
Cmd + g
- input to all panes in current tab:
Cmd + Alt + i
- clear buffer:
Cmd + k
- clear lines (Bash command):
Ctrl + l
- toggle maximize window:
Cmd + Alt + =
- toggle full screen:
Cmd + Enter
- make font larger:
Cmd + +
- make font smaller:
Cmd + -
- open preferences:
Cmd + ,
Add
cmd+K
to clear the screen and the buffer. Else scrolling up you can see the output from previous executions.This is very handy when dealing with output that can have sensitive data, like passwords