Comment on colemak bindings

master
Jacopo De Simoi 3 years ago
parent 13965bdf87
commit 2b77180a48
  1. 16
      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:

Loading…
Cancel
Save