diff options
author | William Carroll <wpcarro@gmail.com> | 2016-11-16T20·13-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-11-16T20·13-0500 |
commit | 338d3f7b444bb712662a92e7132d392c0f47a167 (patch) | |
tree | 6eb4df47f16d3469ed1213b7facc2f08fe8b5f1a /configs/.zsh_profile | |
parent | a69a30792fa1213e9da5a7a15539228d826d8ec4 (diff) | |
parent | c5a96b49b7a12b52cf9bfdeb4663c6272e093adc (diff) |
Merge branch 'develop'
Diffstat (limited to 'configs/.zsh_profile')
-rw-r--r-- | configs/.zsh_profile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/.zsh_profile b/configs/.zsh_profile index 26da66d00ccb..f80664afcd88 100644 --- a/configs/.zsh_profile +++ b/configs/.zsh_profile @@ -24,7 +24,7 @@ source $HOME/pc_settings/scripts/setup_keybindings.sh # BEGIN: bindkeys bindkey "^R" history-incremental-search-backward -bindkey -M viins 'jj' vi-cmd-mode +bindkey -M viins 'jk' vi-cmd-mode # END: bindkeys # export docker env variables @@ -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 + |