Alacritty

NeoVim

Comment

clA - Comment add at the end of line

clO - Comment add line above

clo - Comment add line below

cb - Comment block operator-pending

cl - Comment line operator-pending

ctb - Comment toggle block

ctl - Comment toggle line

Directory Tree

tf - Directory tree focus

tt - Directory tree toggle

Find

fd - Find definitions

ff - Find files

fgb - Find Git branches

fgc - Find Git commits

fgl - Find Git local changes

fgs - Find Git stashed changes

fi - Find implementations

fvb - Find Vim buffers

fvc - Find Vim commands

fvh - Find Vim help topics

fw - Find words across files

Go To

gD - Go to declaration

gd - Go to definition

gi - Go to implementation

g] - Go to next problem

g[ - Go to previous problem

Miscellaneous

<ESC> - Cancels current selection or mode.

<C-j> - Move to window on the bottom

<C-h> - Move to window on the left

<C-l> - Move to window on the right

<C-k> - Move to window on the top

<C-d> - Sroll content down

<C-u> - Scroll content up

<C-n> - Select next item on a list

<C-p> - Select previous item on a list

\- Show key mappings

K - Show information about the symbol under the cursor

<TAB> - switch to next tab

<S-TAB> - switch to previous tab

Refactor

ra - Refactor action

rf - Refactor format

rn - Refactor name

Select

sd - Select decrement selection

si - Select increment selection

ss - Select initialize selection