Single post
jump to repliesDo you know a good CLI text editor for text writing (blog post in markdown) on Linux terminal
I like vim but I hate the cursor move when you have long lines (paragraph) on several screen lines.
I expect that going up with the cursor up key, I go up one screen line, but vim go up a full paragraph. It's not easy to move in your text.
What do you use ? I need something easy to use (no time to learn many keys combinations)
#cli #vim #texteditor #markdown
edit: got a solution with vim (gj/gk mapped to cursor arrows), see in replies below
3 replies
back to top@adele if it's what I'm imagining, you can use keys `gj` to go down one line (even when multi line paragraph) also same goes for `gk` for going up one line.
@peach YES mapped to cursor arrows, it is perfect ! Thx
@adele no probs. Happy to help. 🙂