undo + ghostty

This commit is contained in:
pvincent
2026-08-10 09:01:09 +04:00
parent 98ef906bc1
commit 23fb713abf
5 changed files with 107 additions and 2 deletions
+9
View File
@@ -67,6 +67,15 @@ miaou-bash --uninstall
* ALT DELETE, BACKSPACE => delete line from cursor
* CTRL + SHIFT + / => undo
```bash
# moving around words with CTRL+Left or CTRL+Right
# moving around Big Words with ALT+Left or ALT+Right (faster)
# suppressing word with CTRL+Backspace or CTRL+Delete
# suppressing until start/end with ALT+Backspace or ALT+Delete (faster)
# suppressing whole line with SHIFT+Delete or SHIFT+Backspacemoving around words with CTRL + Left or CTRL + Right
# undo with CTRL+SHIFT+/
```
## TODO
* [ ] prompt git shows version with `+` when there is more than one commit over current version. ie: v0.0.0 + 2 commits more should display v-1.0.0+