Skip to content

Instantly share code, notes, and snippets.

@guilherme
Created April 15, 2011 23:19
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 guilherme/922640 to your computer and use it in GitHub Desktop.
Save guilherme/922640 to your computer and use it in GitHub Desktop.
gnome-terminal tip
# Tip for use ctrl + c and ctrl + v on gnome-terminal'
$ gconftool-2 -t str -s /apps/gnome-terminal/keybindings/copy "<Control>c"
$ gconftool-2 -t str -s /apps/gnome-terminal/keybindings/paste "<Control>v"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment