Skip to content

Commit 33231d5

Browse files
committed
Fix excerpt position
1 parent ef7a3dd commit 33231d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ categories: asciicast
1010
</script>
1111
</div>
1212

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

17-
<!-- more -->
18-
1919
{% gist ryrych/c2d868449e4dcf18cdd1 %}
2020

2121
Capital <kbd>B</kbd> **opens the project list in a search mode** so you can start

_posts/2015-12-01-grouping-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ categories: asciicast
1010
</script>
1111
</div>
1212

13+
<!-- more -->
14+
1315
Grouping files is a secret weapon of *vim-ctrlspace* that allows you to work in
1416
a way that **vanilla Vim doesn’t**. I’ll spare you tricky details about *Vim*
1517
buffers, tabs, and the like. Just **treat grouped files in tabs** as
@@ -22,6 +24,4 @@ the project scope. This way a third tab, *Plans & goals* can be added.
2224

2325
Will **learning vim-ctrlspace** land in your **2016 Plan & goals** list?
2426

25-
<!-- more -->
26-
2727
{% gist ryrych/e95ba23a5f71c93cfda4 %}

0 commit comments

Comments
 (0)