From 7c1ffc3cf325938e2b42fcaa9fd93d7e99421ba5 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 8 May 2022 21:45:32 +0900 Subject: macbook: comment cursor fixup --- fnl/nvrc/events.fnl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fnl/nvrc') diff --git a/fnl/nvrc/events.fnl b/fnl/nvrc/events.fnl index 4548d5f..5a9e1f3 100644 --- a/fnl/nvrc/events.fnl +++ b/fnl/nvrc/events.fnl @@ -14,10 +14,10 @@ (au! VimLeave * (set! guicursor ["a:ver75-blinkon0"]))) ; Restore the last cursor line -(ag! restore-last-cursor-line - (au! BufReadPost * (if (and (> (line "'\"") 1) - (<= (line "'\"") (line "$"))) - (cmd! "normal! g`\"")))) +;; (ag! restore-last-cursor-line +;; (au! BufReadPost * (if (and (> (line "'\"") 1) +;; (<= (line "'\"") (line "$"))) +;; (cmd! "normal! g`\"")))) ; Resize splits on window resize (ag! resize-splits-on-resize -- cgit 1.4.1