5 points
11 points
- Using “cmd+f” to search terminal buffers instead of
/
- Using
:wqa!
and then reopening the editor instead of just using:w
- Deleting an entire line by hitting
x
repeatedly - Adding to the end of a like by pressing
i
and then the right arrow key until they’re at the end of a line
4 points
Deleting an entire line by hitting x repeatedly
The first time I ever touched Double Ds was in vim.
7 points
3 points
2 points