mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
35 lines
458 B
Plaintext
35 lines
458 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# guake
|
|
|
|
> A drop-down terminal for GNOME.
|
|
> See also: `yakuake`.
|
|
> More information: <https://manned.org/guake>.
|
|
|
|
- Toggle Guake visibility:
|
|
|
|
`<F12>`
|
|
|
|
- Toggle fullscreen mode:
|
|
|
|
`<F11>`
|
|
|
|
- Open a new tab:
|
|
|
|
`<Ctrl Shift t>`
|
|
|
|
- Close the terminal:
|
|
|
|
`<Super x>`
|
|
|
|
- Go to the previous tab:
|
|
|
|
`<Ctrl PageUp>`
|
|
|
|
- Search the selected text in the browser:
|
|
|
|
`<Ctrl Shift l>`
|