global/neovim: format keymaps
This commit is contained in:
parent
c19033e8eb
commit
0ecb179f26
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
{ key = "<C-w> n"; action = "<C-\\><C-n>"; mode = "t"; }
|
{
|
||||||
|
key = "<C-w> n";
|
||||||
|
action = "<C-\\><C-n>";
|
||||||
|
mode = "t";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue