Skip to content
Wakterm docs

    Documentation

    wakterm14 sub-pages

    Download6 sub-pages

    Configuration13 sub-pages

    Full Config & Lua Reference

    • Config Options181 sub-pages
    • module: wakterm54 sub-pages
    • module: wakterm.color10 sub-pages
    • module: wakterm.gui7 sub-pages
    • module: wakterm.mux12 sub-pages
    • module: wakterm.plugin3 sub-pages
    • module: wakterm.procinfo4 sub-pages
    • module: wakterm.serde8 sub-pages
    • module: wakterm.time4 sub-pages
    • module: wakterm.url2 sub-pages
    • enum: KeyAssignment87 sub-pages
    • enum: CopyModeAssignment33 sub-pages
    • object: Color20 sub-pages
    • object: ExecDomain
    • object: LocalProcessInfo
    • object: MuxDomain8 sub-pages
    • object: MuxWindow11 sub-pages
    • object: MuxTab13 sub-pages
    • object: PaneInformation
    • object: TabInformation
    • object: SshDomain
    • object: SpawnCommand
    • object: Time3 sub-pages
    • object: TlsDomainClient
    • object: TlsDomainServer
    • object: Pane32 sub-pages
    • object: Window29 sub-pages
    • object: WslDomain
    • events: Gui2 sub-pages
    • events: Multiplexer2 sub-pages
    • events: Window12 sub-pages

    CLI Reference12 sub-pages

    Reference2 sub-pages

    Get Help4 sub-pages

    1. Wakterm docs
    2. Full Config & Lua Reference
    3. enum: KeyAssignment

    ResetFontAndWindowSize

    On this page
    1. ResetFontAndWindowSize

    ResetFontAndWindowSize#

    Reset both the font size and the terminal dimensions for the current window to the values specified by your font, initial_rows, and initial_cols configuration.

    config.keys = {
      {
        key = '0',
        mods = 'CTRL',
        action = wakterm.action.ResetFontAndWindowSize,
      },
    }
    
    Edit this page
    PreviousReloadConfiguration NextResetFontSize