fix: set mode for all keymaps
This commit is contained in:
parent
53fdfbb8ba
commit
ec180d7365
13 changed files with 83 additions and 9 deletions
|
|
@ -2,6 +2,7 @@
|
|||
# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astrocore_mappings.lua#L103-L104
|
||||
[
|
||||
{
|
||||
mode = "n";
|
||||
key = "]t";
|
||||
options.desc = "Next tab";
|
||||
|
||||
|
|
@ -12,6 +13,7 @@
|
|||
'';
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "[t";
|
||||
options.desc = "Previous tab";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue