aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 5789d80..8eb3dc6 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -31,3 +31,6 @@ bindkey -M vicmd ds delete-surround
31bindkey -M vicmd ys add-surround 31bindkey -M vicmd ys add-surround
32bindkey -M visual S add-surround 32bindkey -M visual S add-surround
33 33
34bindkey '^A' vi-beginning-of-line
35bindkey '^E' vi-end-of-line
36