diff --git a/zshrc.org b/zshrc.org index c70e463..a03f8e4 100644 --- a/zshrc.org +++ b/zshrc.org @@ -480,6 +480,14 @@ setup-pi-webcam() hash -d kde5="/scratch/kde/src5" #+END_SRC +*** Un-tarmak bindings :daily: + #+begin_src sh + bindkey "^t" forward-char + bindkey "^[t" forward-word + + bindkey "^g" transpose-chars + bindkey "^[g" transpose-words + #+end_src **** TODO Rearrange this bit :PROPERTIES: