diff --git a/zshrc.org b/zshrc.org index 27d62d8..8b8c406 100644 --- a/zshrc.org +++ b/zshrc.org @@ -486,14 +486,16 @@ technique hash -d kde="/scratch/kde/src" hash -d kde5="/scratch/kde/src5" #+end_src -*** Un-tarmak bindings :daily: -#+begin_src sh - bindkey "^t" forward-char - bindkey "^[t" forward-word +*** Un-colemak bindings :daily: + Mitigate muscle memory typos by changing the bindings for the + keys ~t~ and ~f~ in colemak + #+begin_src sh + bindkey "^t" forward-char + bindkey "^[t" forward-word - bindkey "^g" transpose-chars - bindkey "^[g" transpose-words -#+end_src + bindkey "^g" transpose-chars + bindkey "^[g" transpose-words + #+end_src **** TODO Rearrange this bit :PROPERTIES: