This is a draft cheat sheet. It is a work in progress and is not finished yet.
i3wm Focus Movement
mod+l |
change focus right |
mod+h |
change focus left |
mod+j |
change focus down |
mod+k |
change focus up |
mod+L |
move focused to right |
mod+H |
move focused to the left |
mod+J |
move focused down |
mod+K |
move focused Up |
mod+Shift+# |
move focused to workspace # |
I3wm Next Tile Placement
mod+Ctrl+h |
Tile in colums |
mod+v |
Title in rows |
|
|
NVIM Motions
Mode |
Commad |
Desc |
n |
h |
left |
n |
j |
down |
n |
k |
up |
n |
l |
right |
|
c-k |
move to next error (loc list) |
|
c-K |
move to next error |
Motion based on blocks
x,n |
% |
cycle forward thru groups |
x,n |
g% |
cycle backward thru groups |
x |
a% |
select the match group |
x,n |
]% |
goto next unmatched group |
x,n |
[% |
gotot prev unmatched group |
Cop/Paste/Move
|
y{motion} |
copy text |
|
yy || Y |
copy line(s) |
v |
zy |
copy selected, no trailing ws |
n |
p |
put after cursor |
n |
P |
put before cursor |
|
]p |
p w/ indent to line |
|
[p || [P || ]P |
P w/ indent to line |
|
zp || zP |
paste w/o trailing ws |
v |
<leader>p |
Paste over with re-paste |
v,s,n |
<leader>d |
delete to null reg |
n,v |
K |
move selected up |
n,v |
J |
move selected down |
|
|
NVIM Tab Control
n |
<leader>bl |
Close to the Left |
n |
<leader>br |
Close to the right |
n |
<leader>bo |
Close others |
n |
<leader>bP |
Close non-pinned |
n |
<leader>bp |
Toggle Pin |
n |
<leader>bC |
Pick to Close |
n |
<leader>gb |
Pick tab |
|