Skip to content

Instantly share code, notes, and snippets.

@dnlcorrea
Created May 17, 2020 21:00
Show Gist options
  • Save dnlcorrea/23a276eeb30dc19c750c5907989e9a80 to your computer and use it in GitHub Desktop.
Save dnlcorrea/23a276eeb30dc19c750c5907989e9a80 to your computer and use it in GitHub Desktop.
Accept Autocomplete and Execute - Fish Shell
function dnl_accept
echo lol
commandline -f accept-autosuggestion
commandline -f execute
end
# Bind for Vi mode
bind -M insert \cn dnl_accept
bind -M normal \cn dnl_accept
@dnlcorrea
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment