]> git.draconx.ca Git - zshconf.git/commitdiff
Configure terminal keybindings according to defined keymap.
authorNick Bowler <nbowler@draconx.ca>
Wed, 6 Oct 2010 00:25:27 +0000 (20:25 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 6 Oct 2010 00:25:27 +0000 (20:25 -0400)
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
 if [[ -n "$LS_COLORS" && -z "$COLORTERM" ]]; then
        export COLORTERM="ansi"
 fi
+
+# Configure terminal parameters
+stty stop ''
+case $KEYMAP in
+colemak)
+       stty eof '^S'
+       ;;
+esac