Add a default cut keybinding. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 8c8f22cb678c08951bf0e96ac2cad76a14ca42ae
(DIR) parent 74a9b19aadfc4901b74b6a17a093f85ed70339d5
(HTM) Author: Rob King <jking@deadpixi.com>
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(-)
---
(DIR) 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},