Introduction
Introduction Statistics Contact Development Disclaimer Help
Add a useful default keybinding. - sam - An updated version of the sam text edi…
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit 7986841c8db80c9a3a2fb5527e4d81be37671d00
parent d9d32cfa7c199c9974e52a0125b7f23c0612e569
Author: Rob King <[email protected]>
Date: Fri, 12 Aug 2016 11:17:07 -0500
Add a useful default keybinding.
Diffstat:
commands.h.def | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/commands.h.def b/commands.h.def
@@ -31,13 +31,16 @@
*/
/* Commonly changed commands. */
-{COMMANDMASK, XK_e, Kcommand, Clineup},
-{COMMANDMASK, XK_x, Kcommand, Clinedown},
-{COMMANDMASK, XK_d, Kcommand, Ccharright},
-{COMMANDMASK, XK_s, Kcommand, Ccharleft},
-{COMMANDMASK, XK_u, Kcommand, Cdelbol},
-{COMMANDMASK, XK_w, Kcommand, Cdelword},
-{COMMANDMASK, XK_k, Kcommand, Cjump},
+{COMMANDMASK, XK_e, Kcommand, Clineup},
+{COMMANDMASK, XK_x, Kcommand, Clinedown},
+{COMMANDMASK, XK_d, Kcommand, Ccharright},
+{COMMANDMASK, XK_s, Kcommand, Ccharleft},
+{COMMANDMASK, XK_u, Kcommand, Cdelbol},
+{COMMANDMASK, XK_w, Kcommand, Cdelword},
+{COMMANDMASK, XK_k, Kcommand, Cjump},
+
+/* Use COMMAND-Tab to insert a literal tab when tab expansion is enabled. */
+{COMMANDMASK, XK_Tab, Kcomposed, '\t'},
/* Some users might like these vi-like bindings.
{COMMANDMASK, XK_h, Kcommand, Ccharleft},
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.