bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#75141: [PATCH] Add button navigation to treesit-explorer


From: Gabriel Santos
Subject: bug#75141: [PATCH] Add button navigation to treesit-explorer
Date: Fri, 27 Dec 2024 10:54:04 -0300

Greetings,

Currently, the only way to navigate through treesit-explorer is by the
use of C-n and C-p. Since this buffer is full of buttons, I decided to
add button navigation to it.

This patch adds button navigation to treesit-explorer, for the following
keys:

* forward-button
- f
- n
- TAB

* backward-button
- b
- p
- <backtab>

* Points of discussion

Maybe that's too many keys? The only ones I think that don't really fit
that much are "f" and "b", because they can also go down, but there's no
harm in having extra keys.

Regards,

--
Gabriel Santos

Attachment: 0001-Add-button-navigation-to-treesit-explorer.patch
Description: [PATCH] Add button navigation to treesit-explorer


reply via email to

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