LoginSignup
3
3

More than 5 years have passed since last update.

0.1秒でVimのバッファを一覧表示するショートカット

Posted at

QuickBuf http://www.vim.org/scripts/script.php?script_id=1910 をインストール後、~/.vimrc にこんなショートカットを設定します。

# ~/.vimrc
let g:qb_hotkey = ";;"

セミコロンを2回押せばバッファ一覧がトグれます。

3
3
1

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
3
3