thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

wrong key binding for next/prev search match in selection mode #744

Closed smartding closed 3 years ago

smartding commented 4 years ago

When I'm in selection mode, after I start the search with /, I can't jump to next/prev search match with n/N, but alt-n/alt-N works. How can I change it to n/N?

Also, there's another problem: when there's multiple match on the same line, I can only jump to the first one, never the second one.

wlhlm commented 4 years ago

When I'm in selection mode, after I start the search with /, I can't jump to next/prev search match with n/N, but alt-n/alt-N works. How can I change it to n/N?

Works for me™ both with vte-ng based on 0.56.2 (Arch) and 0.60.3.

Also, there's another problem: when there's multiple match on the same line, I can only jump to the first one, never the second one.

This is a known problem with the vte library that's best fixed upstream.

smartding commented 4 years ago

When I'm in selection mode, after I start the search with /, I can't jump to next/prev search match with n/N, but alt-n/alt-N works. How can I change it to n/N?

Works for me™ both with vte-ng based on 0.56.2 (Arch) and 0.60.3.

Also, there's another problem: when there's multiple match on the same line, I can only jump to the first one, never the second one.

This is a known problem with the vte library that's best fixed upstream.

I installed termite by installing the termite package on Arch. The termite package depends on vte-common, not vte-ng. Should I install the termite-git aur instead? termite-git depends on vte-ng.

smartding commented 4 years ago

When I'm in selection mode, after I start the search with /, I can't jump to next/prev search match with n/N, but alt-n/alt-N works. How can I change it to n/N?

Works for me™ both with vte-ng based on 0.56.2 (Arch) and 0.60.3.

Also, there's another problem: when there's multiple match on the same line, I can only jump to the first one, never the second one.

This is a known problem with the vte library that's best fixed upstream.

I installed the termite-git aur, still I can only jump to next/prev search match with alt-n/alt-N, not n/N

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.