diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,9 @@ +# Key remapping +# todo: add vim support +# +~/xcape/xcape -e 'Shift_L=Escape' +xmodmap ~/.xmodmap + # Path to your oh-my-zsh installation. export ZSH=$HOME/.oh-my-zsh @@ -7,8 +13,6 @@ export ZSH=$HOME/.oh-my-zsh # time that oh-my-zsh is loaded. ZSH_THEME="eastwood" -xmodmap ~/.xmodmap - # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" |