Fix example configuration. - 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 264ee7fdcb9b575b7930b7b89ed216270692aeb7
 (DIR) parent 38930409aaabcaf82b33f94b5e77698a07bafc31
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Thu, 11 Aug 2016 22:33:29 -0500
       
       Fix example configuration.
       
       Diffstat:
         commands.h.def                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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},