diff options
| author | Mike Vink <mike@pionative.com> | 2024-02-28 17:34:59 +0100 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-02-28 17:34:59 +0100 |
| commit | 3efd97e5ada5ed8ccfe1ba624a5d346e55cafcb2 (patch) | |
| tree | 79efca52eeb36e6dabc611fb3b3b2c4c18b7cafc /mut/neovim | |
| parent | b9775e104fc278e77d8bd6b4a5fffc119c438c72 (diff) | |
some zsh and kitty stuff
Diffstat (limited to 'mut/neovim')
| -rw-r--r-- | mut/neovim/fnl/conf/init.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/neovim/fnl/conf/init.fnl b/mut/neovim/fnl/conf/init.fnl index 53e82df..0cd1b8e 100644 --- a/mut/neovim/fnl/conf/init.fnl +++ b/mut/neovim/fnl/conf/init.fnl @@ -91,7 +91,7 @@ {:keymap {:fzf {"alt-a" "toggle-all"}} :actions {:default {:fn action.buf_edit_or_qf}}})) (map :n :<leader>x<cr> #(vim.cmd "b #")) - (map :n :<leader><bs> + (map :n :<C-w>d #(do (local uis (vim.iter (vim.api.nvim_list_uis))) (uis:map (fn [ui] (vim.fn.chanclose ui.chan)))))) |
