cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.78k stars 177 forks source link

Provide an option to disable default keybindings #173

Open jminh opened 3 years ago

jminh commented 3 years ago

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

OddBloke commented 3 years ago

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

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