Introduction
Introduction Statistics Contact Development Disclaimer Help
Modernize arrow defaults. - sam - An updated version of the sam text editor.
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit 521228a11d99b58334f00796e284dff8c646add3
parent 56827343b4a7ceff3d65c85f0f990dc52bee5013
Author: Rob King <[email protected]>
Date: Wed, 17 Aug 2016 16:57:55 -0500
Modernize arrow defaults.
Diffstat:
commands.h.def | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/commands.h.def b/commands.h.def
@@ -64,8 +64,8 @@
{0, XK_Escape, Kcommand, Cjump}, */
/* Some users might like to make the arrow keys move the selection more logica…
-{0, XK_Up, Kcommand, Cscrollup},
-{0, XK_Down, Kcommand, Cscrolldown},
+{0, XK_Up, Kcommand, Clineup},
+{0, XK_Down, Kcommand, Clinedown},
{0, XK_Left, Kcommand, Ccharleft},
{0, XK_Right, Kcommand, Ccharright}, */
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.