Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
javier_e06
on April 29, 2024
|
parent
|
context
|
favorite
| on:
Practical Vim command workflow (2023)
I frown on rule 3. Ctrl-D or other Ctrl commands can be mistakenly be sent to your session and oops. Bad things will happen. I train my muscle memory on %s global substitutes and other good tid-bits in the article.
One that I don't use enough:
$vim my_file.c +321 (open vim on line 321)
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
One that I don't use enough:
$vim my_file.c +321 (open vim on line 321)