Skip to content

Commit

Permalink
restor ctrl-i jump back
Browse files Browse the repository at this point in the history
im so dumb, closes #17
  • Loading branch information
fedemengo committed Sep 14, 2023
1 parent 833f331 commit 74719f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fnl/mapping.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
(map [:n] :<leader>P "\"+P" {:desc "Paste from clipboard before cursor"})
(map [:x] :<leader>p "\"_dP")

(map [:n] :<Tab> :za {:desc "Toggle fold under cursor"})
(map [:n] :<S-Tab> :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
Expand Down

0 comments on commit 74719f2

Please sign in to comment.