mcfly icon indicating copy to clipboard operation
mcfly copied to clipboard

Provide an option to disable default keybindings

Open jminh opened this issue 2 years ago • 1 comments

mcfly init <shell> rebinds ctrl-r. Please provide an environment variable to disable the default keybindings.

jminh avatar Jul 05 '21 09:07 jminh

My .zshrc workaround (to bind to Ctrl-E instead):

eval "$(mcfly init zsh | sed "s,\^R,^E,")"

OddBloke avatar Jul 13 '21 19:07 OddBloke