# Key Bindings # Edit config.fish with alt-e bind \ee '$EDITOR ~/.config/fish/config.fish' # Reload fish config with alt-r bind \er 'exec fish' # Replace readline with because also exits shells. # Note: Consider alternatives bind \cg delete-char # What does this do relative to the above? # bind \cd delete # Replace with because is used as tmux leader key. # Note: Consider alternatives bind \ea beginning-of-line # Clear and reprompt function clear_and_prompt clear commandline -f repaint end bind \; clear_and_prompt