Skip to content

Commit e3f8579

Browse files
shushtainibhagwan
authored andcommitted
fix: missing M for alt in conv_map
1 parent fc18074 commit e3f8579

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/fzf-lua/utils.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,6 +1326,7 @@ end
13261326
function M.neovim_bind_to_fzf(key)
13271327
local conv_map = {
13281328
["a"] = "alt",
1329+
["m"] = "alt",
13291330
["c"] = "ctrl",
13301331
["s"] = "shift",
13311332
}

0 commit comments

Comments
 (0)