Skip to content

Instantly share code, notes, and snippets.

View timurkhafizov's full-sized avatar
🚲
It's never too late to reinvent the bicycle

Timur Khafizov timurkhafizov

🚲
It's never too late to reinvent the bicycle
View GitHub Profile
@waltz
waltz / .zshrc
Created January 27, 2014 22:22
ZSH, iTerm2 Alt-Arrow (Left/Right) Key remap
# Remap alt-left and alt-right to forward/backward word skips.
# via @waltz, https://gist.github.com/waltz/8658549
bindkey "^[^[[D" backward-word
bindkey "^[^[[C" forward-word