Created
March 14, 2018 18:17
-
-
Save marcocarvalho/58b9c3ec9ca3248d4b80193b983cf39b to your computer and use it in GitHub Desktop.
Habilitar o CTRL + arrow right/left no bash.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nops