We use vim-plug because it's simple, super fast, and supports lazy-loading.
- When the filetype is
text
,markdown
, orghmarkdown
, wrapping is enabled.
<leader>
is<space>
because it's huge, can be hit with either hand, and reduces RSI.,
is the prefix for EasyMotion
<C-\>
toggles NERDTree (works smoothly with tabs)<leader>\
opens NERDTree navigated to the current file
W
- likew
but works with CamelCase and snake_caseB
- likeb
but works with CamelCase and snake_caseE
- likee
but works with CamelCase and snake_case