t* sacc + cursorline and uri preview
       
   URI git clone git://git.codevoid.de/sacc-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 61936fd1495847fc5e7b2c530035e3ddec6b8fa0
   DIR parent 0bf69cbd39eed396d51cf2d0e931271ef8234032
   URI Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon, 26 Feb 2018 23:17:36 +0100
       
       Fix a copypasto in _key_entryup
       
       _key_entryup moves to the previous link (not the next one).
       
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.def.h b/config.def.h
       t@@ -4,7 +4,7 @@
        #define _key_lndown        'j' /* move one line down */
        #define _key_entrydown        'J' /* move to next link */
        #define _key_lnup        'k' /* move one line up */
       -#define _key_entryup        'K' /* move to next link */
       +#define _key_entryup        'K' /* move to previous link */
        #define _key_pgdown        ' ' /* move one screen down */
        #define _key_pgup        'b' /* move one screen up */
        #define _key_home        'g' /* move to the top of page */