]> git.armaanb.net Git - config.org.git/commitdiff
Fix indentation
authorArmaan Bhojwani <me@armaanb.net>
Sun, 16 May 2021 22:20:59 +0000 (18:20 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 16 May 2021 22:20:59 +0000 (18:20 -0400)
config.org

index a903a93c161d8cfe969c2fc7574e560aa2aa675d..603dc264f46d1c2bb02b640896ebfbdfd634a450 100644 (file)
@@ -1318,10 +1318,10 @@ Modus operandi.
 *** Copy paste
 #+begin_src conf :tangle ~/.Xresources
   xterm*VT100.Translations: #override \
-    Shift <KeyPress> Insert: insert-selection(CLIPBOARD) \n\
-    Ctrl Shift <Key>V:    insert-selection(CLIPBOARD) \n\
-    Ctrl Shift <Key>C:    copy-selection(CLIPBOARD) \n\
-    Ctrl <Btn1Up>: exec-formatted("xdg-open '%t'", PRIMARY)
+  Shift <KeyPress> Insert: insert-selection(CLIPBOARD) \n\
+  Ctrl Shift <Key>V:    insert-selection(CLIPBOARD) \n\
+  Ctrl Shift <Key>C:    copy-selection(CLIPBOARD) \n\
+  Ctrl <Btn1Up>: exec-formatted("xdg-open '%t'", PRIMARY)
 #+end_src
 *** Blink cursor
 #+begin_src conf :tangle ~/.Xresources