Tag: vim
16 notes tagged with vim:
- Command mode ranges based on patterns
- Display lines
- Mark basics
- Replace mode
- Search is a motion
- Specifying a range when running a
!shell command filters - The
:normalcommand runs normal commands on multiple lines - The
copycommand doesn’t use a register - The
gfmotion will jump to the filename under the cursor - The expression register
- The jump list is primarily for between-file motions
- Use
cinstead of deleting and inserting in visual mode :readallows piping shell stdout into a buffer<C-d>in command mode presents an auto-completion list<C-r><C-w>in command mode will insert the word under the cursor in the cmdq:opens the command history window