I'm still uncertain if it deserves to be a separate mode or a minor tweak on normal mode like show_palette.
EJIR3Y7L2SNZ7YADZZT2YBRIXXJSK4AK7AKPLYIJ7TNISIVO3DWQC
W5D22DQ5HRM3SGVEDY3E57Q6UPXGYLPQUJEVYMP2SU5KKG4J5K2AC
OTIBCAUJ3KDQJLVDN3A536DLZGNRYMGJLORZVR3WLCGXGO6UGO6AC
QSYHNW5ZI242LZFB37ZRXF5YSS4G77IYS25LJ3ZASTVJ2HCOIW5AC
BJ5X5O4ACBBJ56LRBBSTCW6IBQP4HAEOOOPNH3SKTA4F66YTOIDAC
end end -- things from normal mode we still want elseif chord == 'C-c' then if Cursor_pane.col >= 1 then local pane = Surface[Cursor_pane.col][Cursor_pane.row] if pane then edit.keychord_pressed(pane, chord, key)
end
-- things from normal mode we still want
elseif chord == 'C-c' then
if Cursor_pane.col >= 1 then
local pane = Surface[Cursor_pane.col][Cursor_pane.row]
if pane then
edit.keychord_pressed(pane, chord, key)
* press '/'. can still use mouse to pan around the surface.* press '/'. can still use mouse to select text around the surface.* press '/'. can still press C-c to copy text and paste it into the search box.
* press '/'. can still use mouse to pan around the surface.
* press '/'. can still use mouse to select text around the surface.
* press '/'. can still press C-c to copy text and paste it into the search box.