texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * info/infomap.c (default_vi_like_info_keys): Add


From: Gavin D. Smith
Subject: branch master updated: * info/infomap.c (default_vi_like_info_keys): Add BackTab for info_move_to_prev_xref. Report from Sebastian Carlos <address@hidden>
Date: Fri, 21 Apr 2023 14:10:16 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 17ab77b591 * info/infomap.c (default_vi_like_info_keys): Add BackTab 
for info_move_to_prev_xref. Report from Sebastian Carlos <sebaaa1754@gmail.com>
17ab77b591 is described below

commit 17ab77b591ba0154c46781295b22b8f618a969b9
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Apr 21 19:10:06 2023 +0100

    * info/infomap.c (default_vi_like_info_keys): Add BackTab for
    info_move_to_prev_xref.
    Report from Sebastian Carlos <sebaaa1754@gmail.com>
---
 ChangeLog      | 6 ++++++
 info/infomap.c | 1 +
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 37ad2b0d30..21a9e5348b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-21  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * info/infomap.c (default_vi_like_info_keys): Add BackTab for
+       info_move_to_prev_xref.
+       Report from Sebastian Carlos <sebaaa1754@gmail.com>
+
 2023-04-16  Gavin Smith <gavinsmith0123@gmail.com>
 
        * tp/Texinfo/Convert/Plaintext.pm (_convert):
diff --git a/info/infomap.c b/info/infomap.c
index 1d24edb626..442e9f64c5 100644
--- a/info/infomap.c
+++ b/info/infomap.c
@@ -477,6 +477,7 @@ static int default_vi_like_info_keys[] =
   ESC, KEY_RIGHT_ARROW, NUL,    A_info_xref_item,
   ESC, KEY_LEFT_ARROW, NUL,     A_info_beginning_of_node,
   CONTROL('x'), KEY_DELETE, NUL, A_ea_backward_kill_line,
+  KEY_BACK_TAB, NUL,            A_info_move_to_prev_xref,
   
 };
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]