]> git.draconx.ca Git - zshconf.git/blobdiff - zprofile
Configure terminal keybindings according to defined keymap.
[zshconf.git] / zprofile
index e3cc07b1940f9db5356bf1a9d6627e334e7b6e3d..d0d28717eee8c75464cec9c74144a80465d5f743 100644 (file)
--- a/zprofile
+++ b/zprofile
@@ -30,3 +30,11 @@ eval `dircolors --sh /etc/DIR_COLORS`
 if [[ -n "$LS_COLORS" && -z "$COLORTERM" ]]; then
        export COLORTERM="ansi"
 fi
+
+# Configure terminal parameters
+stty stop ''
+case $KEYMAP in
+colemak)
+       stty eof '^S'
+       ;;
+esac