feat: add easy mapping for "Gedit :"

nixos
Moritz Böhme 2024-04-21 12:00:38 +02:00
parent 42edc5bd2f
commit 1b5659ac6c
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,9 @@ with builtins;
"GDelete"
"GBrowse"
];
keys = [
{ key = "<leader>gg"; cmd = "<cmd>Gedit :<cr>"; desc = "Open Status"; }
];
}
{
plugin = vim-tmux-navigator;