mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-07 02:53:37 -08:00
update
This commit is contained in:
@@ -436,6 +436,14 @@ local misc_utilities_mappings = {
|
||||
end,
|
||||
group = "mkdir under cursor",
|
||||
},
|
||||
{
|
||||
mode = "v",
|
||||
key = "<leader>m",
|
||||
cmd = function()
|
||||
mkdir_under_cursor()
|
||||
end,
|
||||
group = "mkdir selection",
|
||||
},
|
||||
}
|
||||
-- }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user