feat: add easy mapping for "Gedit :"
parent
42edc5bd2f
commit
1b5659ac6c
|
@ -117,6 +117,9 @@ with builtins;
|
||||||
"GDelete"
|
"GDelete"
|
||||||
"GBrowse"
|
"GBrowse"
|
||||||
];
|
];
|
||||||
|
keys = [
|
||||||
|
{ key = "<leader>gg"; cmd = "<cmd>Gedit :<cr>"; desc = "Open Status"; }
|
||||||
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
plugin = vim-tmux-navigator;
|
plugin = vim-tmux-navigator;
|
||||||
|
|
Loading…
Reference in New Issue