vim -y
っていうものがあるらしい。
初めてコマンドを実行した時には抜け方が解らなくて困りました…
man で調べてみると
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | VIM(1) General Commands Manual VIM(1) NAME vim - Vi IMproved, a programmer's text editor DESCRIPTION evim eview The GUI version in easy mode. Starts a new window. Can also be done with the "-y" argument. OPTIONS The options may be given in any order, before or after filenames. Options without an argument can be combined after a single dash. -y Start Vim in easy mode, just like the executable was called "evim" or "eview". Makes Vim behave like a click-and-type editor. 2021 Jun 13 VIM(1) |
のようで。
easy mode らしいけど、初見では全然 easy では無かった…
なお、肝心の抜け方は Ctrl + l
でコマンドモードに入れるのでそこからいつもどおり :q
で抜けられます。
めでたしめでたし。
No comment yet, add your voice below!