Introduction
Introduction Statistics Contact Development Disclaimer Help
Add a default cut keybinding. - sam - An updated version of the sam text editor.
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit 8c8f22cb678c08951bf0e96ac2cad76a14ca42ae
parent 74a9b19aadfc4901b74b6a17a093f85ed70339d5
Author: Rob King <[email protected]>
Date: Sat, 13 Aug 2016 14:31:40 -0500
Add a default cut keybinding.
Diffstat:
commands.h.def | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/commands.h.def b/commands.h.def
@@ -47,6 +47,7 @@
{COMMANDMASK, XK_w, Kcommand, Cdelword},
{COMMANDMASK, XK_k, Kcommand, Cjump},
{COMMANDMASK, XK_BackSpace, Kcommand, Cdelword},
+{COMMANDMASK, XK_y, Kcommand, Ccut},
{COMMANDMASK, XK_c, Kcommand, Csnarf},
{COMMANDMASK, XK_v, Kcommand, Cpaste},
{COMMANDMASK, XK_q, Kcommand, Cexchange},
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.