nvim: moved remaps and vim set commands to their own files, and tweaked

settings
This commit is contained in:
kalmenn 2023-12-17 23:26:12 +01:00
parent 6a6660ea31
commit e126fcbb0f
Signed by: kalmenn
GPG key ID: DFF253360BF8471F
4 changed files with 61 additions and 19 deletions

View file

@ -2,7 +2,7 @@ return {
"mbbill/undotree",
keys = {
{
"<C-u>",
"<A-u>",
function()
vim.cmd.UndotreeToggle();
vim.cmd.UndotreeFocus();