Here's the full playlist: Here's a repo with all the scripts and other helpful files: ## Cool keybindings - be or eb instead of miw - t+enter instead of vgl - Tab to switch behind autocompleted matching pairs. ## Quickly add new lines Use "[+space" and "]+space" to quickly add a new line above or below the current line. ## Sorting and randomizing - ":sort" for sorting selection. Only works on multiple selections though. - ":pipe sort" to sort stuff. This works on only one selection. - Use ":pipe sort -R" to randomize selection. ## Formatting text - ":reflow" wrap current selection to given width. - Use ":pipe fmt -w 80" to change text width. ## Load a file into the current buffer - ":read" pastes a given file into current buffer. ## Add a bunch of increasing numbers 1. Insert mode 2. ctrl-r 3. "#" inserts selection indices, i.e. numbers from 1 to whatever.











