File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
VIM bufferlist
2
2
==============
3
3
4
- This is an implementation of [ EMACS bufferlist] ( http://github.com/rockpiper /emacs-bufferlist ) for [ VIM] ( http://www.vim.org ) .
4
+ This is an implementation of [ EMACS bufferlist] ( http://github.com/roblillack /emacs-bufferlist ) for [ VIM] ( http://www.vim.org ) .
5
5
6
6
About
7
7
-----
8
8
9
- Upon keypress this script display a nice list of buffers on the left, which
10
- can be selected with mouse or keyboard. As soon as a buffer is selected
11
- (Return, double click) the list disappears.
9
+ Upon keypress this script display a nice list of buffers on the left, which can
10
+ be selected with mouse or keyboard. As soon as a buffer is selected (Return,
11
+ double click) the list disappears.
12
12
13
- The selection can be cancelled with the same key that is configured to open
14
- the list or by pressing ` q ` . Movement key and mouse (wheel) should work as
15
- one expects.
13
+ The selection can be cancelled with the same key that is configured to open the
14
+ list or by pressing ` q ` . Movement key and mouse (wheel) should work as one
15
+ expects.
16
16
17
17
Buffers that are visible (in any window) are marked with ` * ` , ones that are
18
18
modified are marked with ` + ` .
You can’t perform that action at this time.
0 commit comments