結論から書く
CTRL-B
(行頭に移動)CTRL-E
(行末に移動)
を覚えておくだけで相当便利になりそう。
ショートカット一覧
CTRL-B or <Home>
cursor to beginning of command-line
CTRL-E or <End>
cursor to end of command-line
CTRL-H
<BS> Delete the character in front of the cursor (see |:fixdel| if
your <BS> key does not do what you want).
<Del> Delete the character under the cursor (at end of line:
character before the cursor).
CTRL-W Delete the |word| before the cursor. This depends on the
'iskeyword' option.
CTRL-U Remove all characters between the cursor position and
the beginning of the line.
コマンド入力モードとは
:
/
とかで出てくるあいつ。
正式には『コマンドラインモード」というらしい。(今回はじめて知った)
Command-line mode is used to enter Ex commands (":"), search patterns
("/" and "?"), and filter commands ("!").
悩み
普通のショートカットがいきなり効かなくなる。
Ctrl+a
も ^
も $
も使えないし、なんなの。
と思いつつ Vim 使用頻度が低いので放置していた。
Versions
- VIM - Vi IMproved 8.1 (2018 May 18, compiled Aug 7 2018 21:57:52)
- Mac OS High Sierra