1.5 KiB
1.5 KiB
- Search for something forward: C-s
- Search for something backward
- Search for regular expressions instead of string (forward, backward)
- Go to the beginning of the line
- Delete a word in front (to the right of the cursor)
- Delete a word in back (to the left of the cursor)
- List all "occurences" of a word in a file
- Search (GREP) for a word in all files in a directory RECURSIVELY
- Save the CURRENT buffer
- Save ALL open files
- Split the window/buffer vertically
- Split the window/buffer horizontally
- Close buffers
- Switch between the different windows
- Kill the active buffer
- Closing a buffer
- killing a buffer
- Switch between buffers that are not shown
- Switch between buffers that are not shown 2