Files
lk/shell/shell_tips.md

20 lines
300 B
Markdown

---
title: Shell tips
tags:
- shell
- comfy
---
# Done
`<C-d>`
- If you have a command, Control + d will execute the command.
- If you have nothing, `exit`.
# Search & Clear Highlights
You can search in many programs by using `/`.
Most programs let you clearn the highlighting with `<Esc>+u`.