mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
5 lines
140 B
Lua
5 lines
140 B
Lua
local keymaps_modifier = {
|
|
{ keys = "<A-x>", cmd = "<Cmd>FzfLua commands<CR>", opts = { desc = "Commands" } },
|
|
}
|
|
|
|
return keymaps_modifier
|