diff options
author | sefidel <contact@sefidel.net> | 2022-05-08 21:45:32 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-05-08 21:45:32 +0900 |
commit | 7c1ffc3cf325938e2b42fcaa9fd93d7e99421ba5 (patch) | |
tree | 852844eae8ac4ce57ff13421089641d2e3bc44b9 /fnl | |
parent | d435b5ca68a3348b120140a08129c8c17ee5c30a (diff) | |
download | nvimrc-7c1ffc3cf325938e2b42fcaa9fd93d7e99421ba5.tar.gz nvimrc-7c1ffc3cf325938e2b42fcaa9fd93d7e99421ba5.zip |
macbook: comment cursor fixup
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/events.fnl | 8 |
1 files changed, 4 insertions, 4 deletions
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 |