From 163e78da956f6efa9d1fb9d6f37e06454cf8c527 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 25 Nov 2021 11:39:32 -0500 Subject: [PATCH] Add bindings for tarmak --- zshrc.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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: