Add "N" key to search the opposite way from the last search (reverse of "n"),

from Micah Cowan.
This commit is contained in:
Nicholas Marriott
2010-02-11 20:39:40 +00:00
parent f429057072
commit 44ded35d5d
4 changed files with 17 additions and 3 deletions

1
tmux.h
View File

@@ -475,6 +475,7 @@ enum mode_key_cmd {
MODEKEYCOPY_SCROLLUP,
MODEKEYCOPY_SEARCHAGAIN,
MODEKEYCOPY_SEARCHDOWN,
MODEKEYCOPY_SEARCHREVERSE,
MODEKEYCOPY_SEARCHUP,
MODEKEYCOPY_STARTOFLINE,
MODEKEYCOPY_STARTSELECTION,