Skip to content

Commit 693ef80

Browse files
committed
Short desc - Finding bookmarked projects
1 parent 7918e83 commit 693ef80

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_posts/2012-12-01-finding-bookmarked-projects.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,20 @@ categories: asciicast
99
{% asciicast 30055 %}
1010
</div>
1111

12+
Once you [added your first project to bookmarks][1], every time you start
13+
working on the project, after opening *Vim*, you have to select the project in
14+
*vim-ctrlspace*. Fortunately it’s a walk in the park! See below how easy it is:
15+
1216
<!--more-->
1317

1418
{% gist ryrych/c2d868449e4dcf18cdd1 %}
1519

20+
Capital <kbd>B</kbd> **opens the project list in a search mode** so you can start
21+
typing your search term.
1622
Alternatively you can open the list of projects with <kbd>b</kbd> and then
1723
open the search mode with <kbd>/</kbd>.
24+
25+
Opening projects in *Vim* has never been so easy!
26+
27+
28+
[1]: /2015/11/25/adding_a_project_to_bookmarks.html

0 commit comments

Comments
 (0)