mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
binds: change yazi keybind
This commit is contained in:
parent
df490feffb
commit
bcb05d1c74
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@
|
|||
}
|
||||
{
|
||||
action = '':lua require("yazi").yazi()<CR>'';
|
||||
key = "<Leader>mm";
|
||||
key = "<Leader>e";
|
||||
options = {
|
||||
desc = "Open Yazi current nvim working directory";
|
||||
noremap = true;
|
||||
|
|
Loading…
Reference in a new issue