LoginSignup
1
4

More than 5 years have passed since last update.

Vim でブラウザのようにファイル間で進む、戻る操作をする方法

Last updated at Posted at 2017-09-17

操作方法

  • <C-i> で進む(Ctrl キーを押しながら i キーを押す)
  • <C-o> で戻る

厳密には vim が管理するジャンプリストの行き来なので、ファイル単位の進む/戻るではないが、かなり重宝する。

ちなみにジャンプリストは vim 起動中に以下のコマンドを入力すると一覧で見ることができる。

:jumps (:ju でも可)

意外と知らない Vim でできること の一項目として紹介させていただきました!

1
4
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
1
4