diff options
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 + |