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 kde="/scratch/kde/src"
hash -d kde5="/scratch/kde/src5" hash -d kde5="/scratch/kde/src5"
#+end_src #+end_src
*** Un-tarmak bindings :daily: *** Un-colemak bindings :daily:
#+begin_src sh Mitigate muscle memory typos by changing the bindings for the
bindkey "^t" forward-char keys ~t~ and ~f~ in colemak
bindkey "^[t" forward-word #+begin_src sh
bindkey "^t" forward-char
bindkey "^[t" forward-word
bindkey "^g" transpose-chars bindkey "^g" transpose-chars
bindkey "^[g" transpose-words bindkey "^[g" transpose-words
#+end_src #+end_src
**** TODO Rearrange this bit **** TODO Rearrange this bit
:PROPERTIES: :PROPERTIES:

Loading…
Cancel
Save