Fix example configuration. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 264ee7fdcb9b575b7930b7b89ed216270692aeb7 | |
parent 38930409aaabcaf82b33f94b5e77698a07bafc31 | |
Author: Rob King <[email protected]> | |
Date: Thu, 11 Aug 2016 22:33:29 -0500 | |
Fix example configuration. | |
Diffstat: | |
commands.h.def | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/commands.h.def b/commands.h.def | |
@@ -45,7 +45,7 @@ | |
{COMMANDMASK, XK_j, Kcommand, Clinedown}, | |
{COMMANDMASK, XK_k, Kcommand, Clineup}, | |
{COMMANDMASK, XK_space, Kcommand, Cescape}, | |
-{COMMANDMASK, XK_Escape, Kcommand, Cjump}, */ | |
+{0, XK_Escape, Kcommand, Cjump}, */ | |
/* Less commonly changed commands. */ | |
{0, XK_Up, Kcommand, Cscrollup}, |