Skip to content

Commit bb571a6

Browse files
committed
README: Fix link to Emacs bufferlist.
1 parent e6ad13b commit bb571a6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
VIM bufferlist
22
==============
33

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).
55

66
About
77
-----
88

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.
1212

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.
1616

1717
Buffers that are visible (in any window) are marked with `*`, ones that are
1818
modified are marked with `+`.

0 commit comments

Comments
 (0)