|
|
|
|
|
by DougBTX
4368 days ago
|
|
Multiple modes allows the same keys to do different things in different modes, there isn't much more to it than that. Say, at a Bash shell prompt in a terminal window, pressing Ctrl+R starts "reverse command search" mode, so that pressing letter keys searches for commands entered in the past, rather than entering a new command. In this mode, up and down move through search results, rather than moving through the entire command history like in "normal" mode. Lots of software has modes, the unusual thing about Vim is that they have names, and that there is a mode with a focus on navigation. |
|
The keyboard allows you to navigate too, without the need for a mode.