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
5 replies
back to top@adele nano with syntax highlighting
@ravenlb nano hides the end of the line if it has more chars than terminal columns. Not easy to read your text
@ravenlb thx, but I've got a solution with vim
@adele np, thanks for sharing that solution
