Hyper: how to clear the hyper terminal screen

Created on 1 Aug 2020  ยท  2Comments  ยท  Source: vercel/hyper


  • [ ] Your Hyper.app version is 3.0.2. Please verify your using the latest Hyper.app version
  • [ ] I have searched the issues of this repo and believe that this is not a duplicate

  • Any relevant information from devtools? _(CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere)_:

  • Is the issue reproducible in vanilla Hyper.app?

Issue

  • Hyper version: undefined "3.0.2"
  • OS ARCH VERSION: win32 x64 10.0.19041
  • Electron: 3.1.3 LANG: undefined
  • SHELL: undefined TERM: undefined


    ~/.hyper.js contents


    {
    "fontSize": 12,
    "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
    "cursorColor": "rgba(248,28,229,0.8)",
    "cursorShape": "BLOCK",
    "foregroundColor": "#fff",
    "backgroundColor": "#000",
    "borderColor": "#333",
    "css": "",
    "termCSS": "",
    "showHamburgerMenu": "",
    "showWindowControls": "",
    "padding": "12px 14px",
    "colors": {
    "black": "#000000",
    "red": "#ff0000",
    "green": "#33ff00",
    "yellow": "#ffff00",
    "blue": "#0066ff",
    "magenta": "#cc00ff",
    "cyan": "#00ffff",
    "white": "#d0d0d0",
    "lightBlack": "#808080",
    "lightRed": "#ff0000",
    "lightGreen": "#33ff00",
    "lightYellow": "#ffff00",
    "lightBlue": "#0066ff",
    "lightMagenta": "#cc00ff",
    "lightCyan": "#00ffff",
    "lightWhite": "#ffffff"
    },
    "shell": "C:\Program Files\Git\git-cmd.exe",
    "shellArgs": [
    "--command=usr/bin/bash.exe",
    "-l",
    "-i"
    ],
    "env": {
    "TERM": "cygwin"
    },
    "bell": "SOUND",
    "copyOnSelect": false
    }

    {
    "plugins": [],
    "localPlugins": []
    }


Most helpful comment

cmd+k clears the whole buffer including the history
if you want to just clear the current pane to the top ctrl+l should do the job

All 2 comments

on Mac, it works for me by either entering the clear command, or by using Command+k. Not sure about other OS

cmd+k clears the whole buffer including the history
if you want to just clear the current pane to the top ctrl+l should do the job

Was this page helpful?
0 / 5 - 0 ratings

Related issues

weabot picture weabot  ยท  3Comments

yvan-sraka picture yvan-sraka  ยท  3Comments

ghost picture ghost  ยท  3Comments

eoinmurray picture eoinmurray  ยท  3Comments

laur1s picture laur1s  ยท  3Comments