0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vimで検索する際のコマンド

Posted at
/[検索文字列] 下方向に、[検索文字列]の検索を行う。
?[検索文字列] 上方向に、[検索文字列]の検索を行う。
n /や?で検索を行った後に、順方向に次の検索結果にジャンプする。
N /や?で検索を行った後に、逆方向に次の検索結果にジャンプする。
* カーソル位置の単語を下方向に検索する。/[カーソル位置の単語]と同じ動作。
# カーソル位置の単語を上方向に検索する。?[カーソル位置の単語]と同じ動作。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?