Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 1bcf239

Browse files
feat(neovim/keymaps): add Alt+U
1 parent f5e1a94 commit 1bcf239

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

home/programs/terminal/neovim/keymaps/default.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,18 @@
202202
key = "<F4>";
203203
action = "<cmd>nohl<CR><cmd>MinimapRefresh<CR>";
204204
}
205+
{
206+
mode = "i";
207+
options.silent = true;
208+
key = "<M-u>";
209+
action = "<esc><cmd>nohl<CR><cmd>MinimapRefresh<CR>i";
210+
}
211+
{
212+
mode = "n";
213+
options.silent = true;
214+
key = "<M-u>";
215+
action = "<cmd>nohl<CR><cmd>MinimapRefresh<CR>";
216+
}
205217

206218
{
207219
mode = "n";

0 commit comments

Comments
 (0)