Add nvim shortcut
This commit is contained in:
parent
d37eb8086b
commit
2469eee7bb
1 changed files with 6 additions and 0 deletions
|
|
@ -184,6 +184,12 @@
|
||||||
action = ":q<CR>";
|
action = ":q<CR>";
|
||||||
options = { desc = "Quit"; };
|
options = { desc = "Quit"; };
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
mode = "n";
|
||||||
|
key = "<leader>r";
|
||||||
|
action = ":e<CR>";
|
||||||
|
options = { desc = "Refresh"; };
|
||||||
|
}
|
||||||
|
|
||||||
# System integration
|
# System integration
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue