diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-29 12:56:26 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-29 12:56:26 +0000 |
commit | 3b2c2cf66ef2e2e3076d1ccb73f5c63382c01ac0 (patch) | |
tree | 33b00557ac737ae62d7960754295eccf20d4d972 /.zshrc | |
parent | 0fc99e5940cd98a96e7b99ad4819b0b79c4fe9a5 (diff) |
new commit
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -47,7 +47,7 @@ COMPLETION_WAITING_DOTS="true" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=(vi-mode git) source $ZSH/oh-my-zsh.sh @@ -78,6 +78,7 @@ alias -s cpp=vim alias -s c=vim alias -s tex=vim alias -s pdf=zathura + alias tmux="TERM=screen-256color-bce tmux" alias g='git' alias v=$EDITOR @@ -104,6 +105,6 @@ else fi # setxkbmap -option ctrl:swapcaps -xmodmap ~/.xmodmap +sh ~/.xmodmap # ~/xcape/xcape -e 'Shift_L=Escape' # ~/xcape/xcape -e 'Shift_R=Tab' |