- Neovim + VS Code (via vscode-neovim)
- Obsidian
h
,l
- move one column left/rightk
,j
- move one visual line up/down<c-h>
,<c-l>
- move one word left/right<c-k>
,<c-j>
- move 8 visual lines up/downH
,L
- start/end of lineK
,J
- start/end of filew
- jump to start/end of [w]\ordW
- jump to start/end of [W]\ORD
gd
- [g]o to [d]efinitiongr
- [g]o to [r]eferencesgi
- [g]o to [i]implementations
<space><space>
- command palette<space>ff
- [f]ile [f]ind<space>fs
- [f]ile [s]earch<space>fo
- [f]ile [o]pen<space>fr
- [file] or [F]older [r]ecent<space>Fo
- [F]older [o]pen<space>bn
- [b]uffer [n]ew<space>bf
- [b]uffer [f]ind<space>bd
- [b]uffer [d]elete<space>bD
- [b]uffer [D]elete (forced)<space>ca
- [c]ode [a]ction<space>ch
- [c]ode [h]int
[f
,]f
- prev/next [f]unction[b
,]b
- prev/next [b]lock[c
,]c
- prev/next [c]lass[/
,]/
- prev/next comment
}
- increment selection{
- decrement selection