aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/posts/get_better_at_yanking_and_putting_in_vim/index.html')
-rw-r--r--docs/posts/get_better_at_yanking_and_putting_in_vim/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html b/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html
index 469afe5..c6d3368 100644
--- a/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html
+++ b/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html
@@ -28,7 +28,7 @@
28 30/07 — 2019 28 30/07 — 2019
29 <div class="stats"> 29 <div class="stats">
30 <span class="stats-number"> 30 <span class="stats-number">
31 10.78 31 10.79
32 </span> 32 </span>
33 <span class="stats-unit">cm</span> 33 <span class="stats-unit">cm</span>
34 &nbsp 34 &nbsp
@@ -44,7 +44,8 @@
44 <div class="post-text"> 44 <div class="post-text">
45 <p>a couple of nifty tricks to help you copy-paste better:</p> 45 <p>a couple of nifty tricks to help you copy-paste better:</p>
46<ol type="1"> 46<ol type="1">
47<li><p>reselecting previously selected text (i use this to fix botched selections):</p> 47<li><p>reselecting previously selected text (i use this to fix botched
48selections):</p>
48<pre><code>gv &quot; :h gv for more 49<pre><code>gv &quot; :h gv for more
49 &quot; you can use `o` in visual mode to go to the `Other` end of the selection 50 &quot; you can use `o` in visual mode to go to the `Other` end of the selection
50 &quot; use a motion to fix the selection</code></pre></li> 51 &quot; use a motion to fix the selection</code></pre></li>