summaryrefslogtreecommitdiff
path: root/fnl/settings/options.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/settings/options.fnl')
-rw-r--r--fnl/settings/options.fnl2
1 files changed, 2 insertions, 0 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl
index 1e9d712..d790d79 100644
--- a/fnl/settings/options.fnl
+++ b/fnl/settings/options.fnl
@@ -84,6 +84,8 @@
(each [k v (pairs opts)]
(tset vim.opt k v))
+(vim.opt.jumpoptions:append :stack)
+
;; Move to new line when reaching the beginning or end.
(vim.opt.whichwrap:append "<,>,[,],h,l")
(vim.opt.shortmess:append {:C true})