mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 10:52:18 +00:00
neovim: close buffer with alt+c, restoring window switch with ctrl+w
This commit is contained in:
parent
0e4f150a33
commit
f2dfef7bfd
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
keymaps = {
|
keymaps = {
|
||||||
next.key = "<TAB>";
|
next.key = "<TAB>";
|
||||||
previous.key = "<S-TAB>";
|
previous.key = "<S-TAB>";
|
||||||
close.key = "<C-w>";
|
close.key = "<A-c>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue