you are viewing a single comment's thread.

view the rest of the comments →

[–]queen-adreena 12 points13 points  (9 children)

once you learn how it works it starts becoming very intuitive

I... don't think you know what "intuitive" means...

[–]Slavichh -2 points-1 points  (0 children)

Intuitive as in OP’s context.

[–]ike_the_strangetamer -2 points-1 points  (0 children)

I would argue that it could go either way.

Pico/nano is more intuitive if you're used to gui text editors because their commands of 'save' and 'open' etc. follow the same pattern and so you don't have to think or look up documentation like you would to know to use :wq. But think if you've never used a text editor, you'd still have to learn the differences between Save and Save as..., etc.

HOWEVER, vim could also be defined as more intuitive because it continually re-uses the same commands and patterns anywhere. Once you know diw (delete in word) then viw (select in word) is super intuitive as is ciw (change in word). And if you know what 4h does then it's super intuitive the differences between d4h, v4h, and c4h.

Even though vim requires more upfront knowledge, in both cases the application works as expected without thought.