diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index f6cf45ce3..87e47bab6 100644 --- a/lib/key-bindings.zsh +++ b/lib/key-bindings.zsh @@ -2,7 +2,7 @@ autoload -U compinit compinit -bindkey -v +bindkey -e bindkey '\ew' kill-region bindkey -s '\el' "ls\n" bindkey -s '\e.' "..\n" diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 5d4072186..ef1e645d5 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -3,7 +3,7 @@ export ZSH=$HOME/.oh-my-zsh # Set to the name theme to load. # Look in ~/.oh-my-zsh/themes/ -export ZSH_THEME="mattcable" +export ZSH_THEME="prose" # Set to this to use case-sensitive completion # export CASE_SENSITIVE="true"