<@U3U4CUGDR> sure. Just add ``` bind '"\e\e[D": b...
# android
j
@zokipirlo sure. Just add
Copy code
bind '"\e\e[D": backward-word'
bind '"\e\e[C": forward-word’
in your bash.profile
👍 1