MoveToViewportTop
On this page
CopyMode MoveToViewportTop#
Moves the CopyMode cursor position to the top of the viewport.
local wakterm = require 'wakterm'
local act = wakterm.action
return {
key_tables = {
copy_mode = {
{
key = 'H',
mods = 'NONE',
action = act.CopyMode 'MoveToViewportTop',
},
},
},
}