Skip to content

Instantly share code, notes, and snippets.

@marcocarvalho
Created March 14, 2018 18:17
Show Gist options
  • Save marcocarvalho/58b9c3ec9ca3248d4b80193b983cf39b to your computer and use it in GitHub Desktop.
Save marcocarvalho/58b9c3ec9ca3248d4b80193b983cf39b to your computer and use it in GitHub Desktop.
Habilitar o CTRL + arrow right/left no bash.
# No .bashrc (tem que desligar o mission control nos shortcuts de teclado)
bind '"\e[5C": forward-word'
bind '"\e[5D": backward-word'
bind '"\e[1;5C": forward-word'
bind '"\e[1;5D": backward-word'
@adilsoncarvalho
Copy link

Nice. Have you tried OhMyZsh?

@marcocarvalho
Copy link
Author

Nops

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