diff options
author | William Carroll <wpcarro@gmail.com> | 2016-11-10T19·49-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-11-10T19·49-0500 |
commit | ccb74054beedeecd7ecade402f42ef3b3215e47d (patch) | |
tree | bf538fbda1b7f0f6acb746257b4afe384e0edc9f /configs/.zsh_profile | |
parent | bd968db34aff0d9a03b22257ec5a860d4c85946a (diff) |
Adds tmux themes; remaps <Esc> binding; and more...
Diffstat (limited to 'configs/.zsh_profile')
-rw-r--r-- | configs/.zsh_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/.zsh_profile b/configs/.zsh_profile index 89eb0b738c7e..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 |