NextMatchPage
On this page
CopyMode NextMatchPage#
Move the CopyMode/SearchMode selection to the next matching text on the next page of the screen, if any.
local wakterm = require 'wakterm'
local act = wakterm.action
return {
key_tables = {
search_mode = {
{
key = 'PageDown',
mods = 'CTRL',
action = act.CopyMode 'NextMatchPage',
},
},
},
}