about summary refs log tree commit diff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/nvrc/events.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/events.fnl b/fnl/nvrc/events.fnl
index 545294d..4548d5f 100644
--- a/fnl/nvrc/events.fnl
+++ b/fnl/nvrc/events.fnl
@@ -17,7 +17,7 @@
 (ag! restore-last-cursor-line
           (au! BufReadPost * (if (and (> (line "'\"") 1)
                                        (<= (line "'\"") (line "$")))
-                                  (cmd! "normal! g'\""))))
+                                  (cmd! "normal! g`\""))))
 
 ; Resize splits on window resize
 (ag! resize-splits-on-resize