Modernize arrow defaults. - 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 521228a11d99b58334f00796e284dff8c646add3
(DIR) parent 56827343b4a7ceff3d65c85f0f990dc52bee5013
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Wed, 17 Aug 2016 16:57:55 -0500
Modernize arrow defaults.
Diffstat:
commands.h.def | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) 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 logically.
-{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}, */