Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-12 00:23:19 +00:00
parent 66b30baed4
commit 4c553ecd81
7 changed files with 92 additions and 44 deletions

View File

@@ -32,3 +32,7 @@ source: https://github.com/tldr-pages/tldr.git
- Enable [e]macs mode (default mode):
`bindkey -e`
- Check which mode is active (vi or emacs):
`bindkey -lL main | grep -Eo 'viins|emacs'`