Last active
August 29, 2015 14:00
-
-
Save libitte/11339267 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ls, buffers, files 開いているバッファ一覧(バッファリスト)を表示する | |
| bfirst,bf 先頭のバッファに移動する | |
| blast,bl 最後のバッファに移動する | |
| bnext,bn 次のバッファに移動する | |
| bprev,bp 前のバッファに移動する | |
| b NUM NUM番目のバッファに移動する | |
| badd バッファにファイルをロードする | |
| bdelete バッファをアンロードする | |
| ノーマルモードのときにF2で前のバッファ、F3で次のバッファに移動するための設定は以下の通り。 | |
| map <silent> <F2> :bp<cr> | |
| map <silent> <F3> :bn<cr> | |
| ノーマルモードでbbとうって、NUMを打てば移動出来る。 | |
| nmap bb :ls<CR>:buf |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://kaworu.jpn.org/kaworu/2007-07-26-1.php