aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/colemak
diff options
context:
space:
mode:
authorMarvin Borner2020-03-16 23:33:42 +0100
committerMarvin Borner2020-03-16 23:33:42 +0100
commit0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 (patch)
tree719da1c7fe5dabb872fe9ff1582c39b55ccd488e /.oh-my-zsh/plugins/colemak
parente5d38956336ab1be954bdbd12808c5f98f8bd925 (diff)
Well I'm using Arch again
Diffstat (limited to '.oh-my-zsh/plugins/colemak')
-rw-r--r--.oh-my-zsh/plugins/colemak/colemak-less6
-rw-r--r--.oh-my-zsh/plugins/colemak/colemak.plugin.zsh22
2 files changed, 0 insertions, 28 deletions
diff --git a/.oh-my-zsh/plugins/colemak/colemak-less b/.oh-my-zsh/plugins/colemak/colemak-less
deleted file mode 100644
index e4ca4fa..0000000
--- a/.oh-my-zsh/plugins/colemak/colemak-less
+++ /dev/null
@@ -1,6 +0,0 @@
-n forw-line
-e back-line
-k repeat-search
-\ek repeat-search-all
-K reverse-search
-\eK reverse-search-all
diff --git a/.oh-my-zsh/plugins/colemak/colemak.plugin.zsh b/.oh-my-zsh/plugins/colemak/colemak.plugin.zsh
deleted file mode 100644
index cb7cc50..0000000
--- a/.oh-my-zsh/plugins/colemak/colemak.plugin.zsh
+++ /dev/null
@@ -1,22 +0,0 @@
-# ctrl-j newline
-bindkey '^n' accept-line
-bindkey -a '^n' accept-line
-
-# another rotation to match qwerty
-bindkey -a 'n' down-line-or-history
-bindkey -a 'e' up-line-or-history
-bindkey -a 'i' vi-forward-char
-
-# make qwerty
-bindkey -a 'k' vi-repeat-search
-bindkey -a 'K' vi-rev-repeat-search
-bindkey -a 'u' vi-insert
-bindkey -a 'U' vi-insert-bol
-bindkey -a 'l' vi-undo-change
-bindkey -a 'N' vi-join
-
-# spare
-bindkey -a 'j' vi-forward-word-end
-bindkey -a 'J' vi-forward-blank-word-end
-
-lesskey $ZSH/plugins/colemak/colemak-less