From 74719f26f39d8d2c90d844154a775e649f026078 Mon Sep 17 00:00:00 2001 From: Federico Mengozzi <19249682+fedemengo@users.noreply.github.com> Date: Thu, 14 Sep 2023 21:26:02 +0200 Subject: [PATCH] restor ctrl-i jump back im so dumb, closes #17 --- fnl/mapping.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnl/mapping.fnl b/fnl/mapping.fnl index 94da3f9..c944f28 100644 --- a/fnl/mapping.fnl +++ b/fnl/mapping.fnl @@ -143,7 +143,7 @@ (map [:n] :P "\"+P" {:desc "Paste from clipboard before cursor"}) (map [:x] :p "\"_dP") -(map [:n] : :za {:desc "Toggle fold under cursor"}) +(map [:n] : :za {:desc "Toggle fold under cursor"}) ;; https://github.com/folke/which-key.nvim#%EF%B8%8F-configuration ;; this is discouraged, but hey https://xkcd.com/1172