| key | command | description |
|---|---|---|
<prefix>s |
toggle status bar |
| key | command | description |
|---|---|---|
| tmux | start tmux | |
<prefix>d |
detach session | |
| tmux ls | list session | |
| tmux a -t 0 | attach session 0 |
| key | command | description |
|---|---|---|
<prefix>c |
create new window | |
<prefix>& |
close window | |
<prefix>, |
rename window | |
<prefix>1 |
switch window 1 | |
<prefix>w |
open window list |
| key | command | description |
|---|---|---|
<prefix>- |
split pane below | |
<prefix>| |
split pane right | |
<option>H |
resize pane to left | |
<option>J |
resize pane to down | |
<option>H |
resize pane to upper | |
<option>L |
resize pane to right | |
<C-h> |
go to left pane | |
<C-j> |
go to lower pane | |
<C-k> |
go to upper pane | |
<C-l> |
go to right pane | |
<prefix>< |
swap pane to left | |
<prefix>> |
swap pane to right | |
<prefix>z |
toggle pane maximize | |
<prefix>x |
close pane |
| key | command | description |
|---|---|---|
<prefix>[ |
enter copy mode | |
v |
begin selection | |
<C-v> |
toggle rectangle | |
y |
copy selection and cancel | |
<prefix>q |
cancel | |
<prefix>] |
paste |
| key | command | description |
|---|---|---|
q |
exit | |
Q |
exit (cwd) | |
S |
open a shell (cwd) | |
<C-p> |
fzf search (cwd) | |
<C-g> |
open lazygit (cwd) |
| key | command | description |
|---|---|---|
<leader>uh |
toggle inlay hints | |
<leader>sk |
Key Maps |
| key | command | description |
|---|---|---|
<leader>da |
run with args | |
<leader>dl |
run last | |
<leader>db |
toggle breakpoint | |
<leader>dB |
breakpoint condition | |
<leader>dc |
continue | |
<f8> |
step over | |
<f7> |
setp into | |
<leader>dt |
terminate |
| key | command | description |
|---|---|---|
<leader>um |
toggle markdown render | |
<leader>cp |
toggle markdown preview |