|
@@ -2,6 +2,10 @@
|
|
# Zle config
|
|
# Zle config
|
|
#
|
|
#
|
|
|
|
|
|
|
|
+# fix Home and End keys
|
|
|
|
+bindkey '\eOH' beginning-of-line
|
|
|
|
+bindkey '\eOF' end-of-line
|
|
|
|
+
|
|
# autoescape specials chars with urls
|
|
# autoescape specials chars with urls
|
|
autoload -U url-quote-magic
|
|
autoload -U url-quote-magic
|
|
zle -N self-insert url-quote-magic
|
|
zle -N self-insert url-quote-magic
|