Thursday, August 15, 2013

Por fin: cómo moverse palabra por palabra en el prompt de Terminal en OS X

http://snipplr.com/view/28113/config-terminal-to-move-wordbyword/

'ta madre, por qué no vendrá por default

ahora tengo que hacer que el autocomplete deje de ser tan choto


actually, por si se cae el otro sitio
To config Terminal do move (left and right) word-by-word:
 - Esc + b (left)
 - Esc + f (right)

To configure it to Alt + left and right:
 - Open Terminal preferences (command + ,);
 - At Keyboard tab, select "control cursor left (or right)" and doubleckick it;
    - Left: Select the combo "modifier" to "option" and the action to \033b
    - Right: Select the combo "modifier" to "option" and the action to \033f

Enjoy

0 comments:

Post a Comment