undo + ghostty
This commit is contained in:
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user