📚 Node [[vim]]
📓 garden/karlicoss/soft/vim.md by @karlicoss

Table of Contents

{~} Switch case of letter [[habit]]

fast navigation in string

press ft (find char ‘t’)
then ; to repeat forward
, to repeat backwards

{t} search before character [[habit]]

use * and # for searching current word [[habit]] [[vim]]

vim-like apps

https://www.reddit.com/r/vim/comments/3tluqr/my_list_of_applications_with_vi_keybindings/

https://xaizek.github.io/2016-08-13/big-list-of-vim-like-software/

[2020-11-04] Vim Tips for the Intermediate Vim User | Jemma Issroff [[vim]]

📓 garden/ryan/vim.md by @ryan

vim

Useful shortcuts:

zz : move current line to middle of screen

zt : move current line to top of screen

zb : move current line to bottom of screen

ctrl e : move screen one line up

ctrl y : move screen one line down

ctrl d : move screen half a page down

ctrl u : move screen half a page up

Loading pushes...

Rendering context...