summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index bd678cc..f51526d 100644
--- a/bashrc
+++ b/bashrc
@@ -15,9 +15,20 @@ set -o ignoreeof on
# remove permissions for others when creating file/folder
umask 0027
+function kbus {
+ setxkbmap us
+}
+
+function kbde {
+ setxkbmap de
+}
+
#}}}
#{{{ bash mode
+# list current readline mappings
+# bind -p
+
function vimode {
set -o vi
bind -m vi-insert '"jj":vi-movement-mode'