Skip to content

Instantly share code, notes, and snippets.

@georgefs
Created September 22, 2013 10:48
Show Gist options
  • Save georgefs/6658826 to your computer and use it in GitHub Desktop.
Save georgefs/6658826 to your computer and use it in GitHub Desktop.
description how to bindkey on your env

bash

~/.inputrc or /etc/.inputrc

"^V": "copycat "

zsh

~/.zshrc

bindkey -s '^V' 'copycat '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment