diff options
Diffstat (limited to 'fnl/config/stay-in-place.fnl')
-rw-r--r-- | fnl/config/stay-in-place.fnl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/config/stay-in-place.fnl b/fnl/config/stay-in-place.fnl new file mode 100644 index 0000000..9136fdf --- /dev/null +++ b/fnl/config/stay-in-place.fnl @@ -0,0 +1,4 @@ +;; Prevent the cursor from moving when using shift and filter actions. +(module config.stay-in-place {autoload {: util}}) + +(util.use-config :stay-in-place {}) |