Skip to content

Instantly share code, notes, and snippets.

View therealmarcosanchez's full-sized avatar

Marco S. therealmarcosanchez

  • Barcelona, Spain
View GitHub Profile
Backup for Atom
@therealmarcosanchez
therealmarcosanchez / .zshrc
Created September 13, 2017 16:35 — forked from waltz/.zshrc
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