neovim: close buffer with alt+c, restoring window switch with ctrl+w

This commit is contained in:
John Bowdre 2024-12-17 14:46:34 -06:00
parent 0e4f150a33
commit f2dfef7bfd
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -4,7 +4,7 @@
keymaps = {
next.key = "<TAB>";
previous.key = "<S-TAB>";
close.key = "<C-w>";
close.key = "<A-c>";
};
};
}