From 0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 16 Mar 2020 23:33:42 +0100 Subject: Well I'm using Arch again --- .oh-my-zsh/plugins/colemak/colemak-less | 6 ------ .oh-my-zsh/plugins/colemak/colemak.plugin.zsh | 22 ---------------------- 2 files changed, 28 deletions(-) delete mode 100644 .oh-my-zsh/plugins/colemak/colemak-less delete mode 100644 .oh-my-zsh/plugins/colemak/colemak.plugin.zsh (limited to '.oh-my-zsh/plugins/colemak') 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 -- cgit v1.2.3