Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

Vim — 「q と コロン を打ったら出てくるあいつ」( q: ) は何と呼ぶのか >「コマンドライン・ウィンドウ」らしい

$
0
0

Vimを終了 ( :q ) させようとすると、たまに押し間違えてでてくるあいつ。

コマンドラインウィンドウ。
カタカナで書くと山口百恵の曲っぽい。

もしくは単に「コマンドウィンドウ」と呼ぶみたいだ。

image

通常のコマンドモードとは違って、Vim的なキーストロークやショートカットキーなどを保ったまま、コマンド履歴を扱えたり、コマンドを打てるっぽい。

いいね!

だがしかし、めちゃくちゃググりにくい

英語で思いつく限りの単語でググっても出てこないレベル。
ググり方が悪いのだろうか?

  • Google "Vim q and colon" (思うような結果なし)
  • Google "Vim q before colon" (思うような結果なし)
  • Google "Vim colon after q" (思うような結果なし)
  • Google "Vim command line q colon" (思うような結果なし)

名前が分からないとそもそも始まらない。

vimの画面には Command Lineと表示されていることを頼りに Vim command line qとぐぐったらようやくヒットした。

ドキュメント

6. Command-line window              *cmdline-window* *cmdwin*

                            *command-line-window*
In the command-line window the command line can be edited just like editing
text in any window.  It is a special kind of window, because you cannot leave
it in a normal way.
{not available when compiled without the |+cmdline_hist| or |+vertsplit|
feature}

OPEN                        *c_CTRL-F* *q:* *q/* *q?*

There are two ways to open the command-line window:

Vim documentation: cmdline

参照

Vim command window

...

q: — Open with a command history from normal mode
q/ — Open with a search history from normal mode (to search forward)
q? — Open with a search history from normal mode (to search backward)
Ctrl+F — Open with a command history from command mode

Vim command window | Arabesque

あわせて読みたい?

TODO

「Vimでググりにくいキーワード大全」みたいなまとめをいつか作ってみたい。

Thanks to

Vim — コマンド入力モードで移動するショートカット (普通のショートカットが効かない) - Qiitaでコメントいただいた @shiracamusさん

Links


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>