Skip to content

Instantly share code, notes, and snippets.

@xream
Created November 23, 2016 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xream/1f6ea130416915416635d770852aadd0 to your computer and use it in GitHub Desktop.
Save xream/1f6ea130416915416635d770852aadd0 to your computer and use it in GitHub Desktop.
CTRL-D to go up
function cdp
..
commandline -f repaint ^/dev/null
end
function fish_user_key_bindings
bind \cd 'cdp'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment