You are viewing a single thread.
View all comments 4 points
Its so rough watching non vimmers use vim
1 point
At my job I wrote a lengthy document on how to use vim, like the core concepts of the hot keys (each key has a meaning behind it, text objects and such). I feel like everyone was happy about it but no one used it at all. It’s painful as hell to see them fumble on vi and vim.
1 point
You can share it at !vim@sopuli.xyz I’m sure people (me included) would love to use it
1 point
0 points
2 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