diff options
author | William Carroll <wpcarro@gmail.com> | 2016-11-04T20·53-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-11-04T20·53-0400 |
commit | 6db646d789a490b243b5edad1703c71925118f88 (patch) | |
tree | 7cbbfc3ec07418961cd2a9d6f72841451425a75d /configs/.zsh_profile | |
parent | 0661c25246dd28a903ac1d17461974c67e050a4c (diff) |
Adds additional bindings
Diffstat (limited to 'configs/.zsh_profile')
-rw-r--r-- | configs/.zsh_profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/.zsh_profile b/configs/.zsh_profile index 26da66d00ccb..89eb0b738c7e 100644 --- a/configs/.zsh_profile +++ b/configs/.zsh_profile @@ -39,3 +39,7 @@ bindkey -M viins 'jj' vi-cmd-mode # brew install zsh-syntax-highlighting source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +# Regain control of CLI <C- mappings for vim keybindings +# RE: http://superuser.com/questions/588846/cannot-get-vim-to-remap-ctrls-to-w +stty -ixon + |