From c74aa1133981264f54eb0bdf5533d3164a4828fb Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Tue, 16 Jan 2024 15:35:16 +0100 Subject: buffers toggle all --- mut/neovim/fnl/conf/init.fnl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mut/neovim/fnl/conf/init.fnl b/mut/neovim/fnl/conf/init.fnl index 53b686f..0b4e538 100644 --- a/mut/neovim/fnl/conf/init.fnl +++ b/mut/neovim/fnl/conf/init.fnl @@ -54,8 +54,7 @@ (map :n "'" ":silent args `fd `") (map :n :xa #(fzf.args)) (map :n :xb #(fzf.buffers - {:keymap {:fzf {"ctrl-a" "select-all" - "alt-a" "deselect-all"}} + {:keymap {:fzf {"alt-a" "toggle-all"}} :actions {:default {:fn action.buf_edit_or_qf}}})) (map :n :x #(vim.cmd "b #"))) -- cgit v1.2.3