nvim: moved remaps and vim set commands to their own files, and tweaked
settings
This commit is contained in:
parent
6a6660ea31
commit
e126fcbb0f
4 changed files with 61 additions and 19 deletions
|
@ -2,7 +2,7 @@ return {
|
|||
"mbbill/undotree",
|
||||
keys = {
|
||||
{
|
||||
"<C-u>",
|
||||
"<A-u>",
|
||||
function()
|
||||
vim.cmd.UndotreeToggle();
|
||||
vim.cmd.UndotreeFocus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue