In vim, I have a command mapped to a shortcut to select all lines in a file and I'm trying to port this functionality over to vifm. I can enter the commands manually (ggVG) successfully, but when I want to set up the shortcut "a" it doesn't seem to be working.
Here's what i've done to try to set this up.
map <Leader>a ggVG
What am I missing?