diff options
author | Akshay <[email protected]> | 2020-01-25 13:56:15 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-01-25 13:56:15 +0000 |
commit | 47e58c6499575e2a04f70fdfdeff7e74fbc6861c (patch) | |
tree | de3f3d036051439994a05fb1387d73424319b874 /docs/posts/hold_position!.html | |
parent | 02d360000fdbc1eca6c5145372424e8d4962205b (diff) |
gen
Diffstat (limited to 'docs/posts/hold_position!.html')
-rw-r--r-- | docs/posts/hold_position!.html | 20 |
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 “big” changes to a file (a | 20 | <div class="post-text"> |
21 | <p>Often times, when I run a vim command that makes “big” changes to a file (a | ||
21 | macro or a <code>:vimgrep</code> command) I lose my original position and feel disoriented.</p> | 22 | macro 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) " restore our original view! | |||
39 | backticks) instead, but it comes in handy when you run your file through | 40 | backticks) instead, but it comes in handy when you run your file through |
40 | heavier filtering.</p> | 41 | heavier 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> |