summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-10-14 20:28:05 +0100
committerUrbain Vaes <urbain@vaes.uk>2014-10-14 20:28:05 +0100
commit3679b51ea72c75d4a4b10c7f322dfe9ee3779628 (patch)
tree6175d5f363a600c9434c2f98965506ca9f7f3696 /.zshrc
parent3a147bbd47a4492be56249eef44a374deaffd031 (diff)
Adding work for krystle + minor modifications
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 773ed55..76ce5c7 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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"