this post was submitted on 25 Oct 2023
2315 points (99.2% liked)

Programmer Humor

32031 readers
679 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

I'm trying out Obsidian for taking notes, and this made me laugh.

you are viewing a single comment's thread
view the rest of the comments
[–] flop_leash_973@lemmy.world 51 points 10 months ago (11 children)

A lot of my personal dislike for VIM would be done away with if it just had a helpful common keys cheat sheet (basic cursor navigation, edit mode, exit with and without saving, etc) at the bottom of the editor window like Nano does.

[–] eeleech@lemm.ee 12 points 10 months ago (1 children)

Having the commands listed at the bottom by default is one thing i personally dislike about nano, because they take up space while being useless to someone knowing the commands (or at least knowing how to open the help in, which is what you can do in vim to achieve the cheat sheet). The alternative that vim uses, is to show the commands when starting the editor without opening a file.

[–] Omniraptor@lemm.ee 2 points 10 months ago

is there not an option to turn them off??

load more comments (9 replies)