aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/hold_position!.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/posts/hold_position!.html')
-rw-r--r--docs/posts/hold_position!.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/posts/hold_position!.html b/docs/posts/hold_position!.html
index a0f3fdf..8879955 100644
--- a/docs/posts/hold_position!.html
+++ b/docs/posts/hold_position!.html
@@ -11,13 +11,14 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">30/07 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">30/07 2019</div>
17 Hold Position! 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 Hold Position!
19 <div class="post-text"> 19 </span>
20 <p>Often times, when I run a vim command that makes &#8220;big&#8221; changes to a file (a 20 <div class="post-text">
21 <p>Often times, when I run a vim command that makes &#8220;big&#8221; changes to a file (a
21macro or a <code>:vimgrep</code> command) I lose my original position and feel disoriented.</p> 22macro or a <code>:vimgrep</code> command) I lose my original position and feel disoriented.</p>
22 23
23<p><em>Save position with <code>winsaveview()</code>!</em></p> 24<p><em>Save position with <code>winsaveview()</code>!</em></p>
@@ -39,9 +40,10 @@ winrestview(view) &quot; restore our original view!
39backticks) instead, but it comes in handy when you run your file through 40backticks) instead, but it comes in handy when you run your file through
40heavier filtering.</p> 41heavier filtering.</p>
41 42
43 </div>
44 <a href="/index.html" class="post-end-link">← Back</a>
45 <div class="separator"></div>
42 </div> 46 </div>
43 <a href="/index.html" class="post-end-link">‹ Back</a>
44 <div class="separator"></div>
45 </div> 47 </div>
46 </body> 48 </body>
47</html> 49</html>