Update README; release 1.3.1
Fix consult-history binding in eshell
Closes #13
Thanks to Thomas Riccardi for reporting this bug!
Improve Eglot config a little big
C-s binds to isearch; M-s l is consult-line
setq → setopt
`setq' is the normal way to set lisp variables, but it won't trigger any hooks
that might have been set for use with customize. The alternative is to use
`customize-set-variable' but that's a mouthful and it's hard to remember when to
use this. `setopt' just does The Right Thing™.
Use fs notifications when possible, slow down auto-revert polling
Closes #11
Thanks to Jeff Johnson for suggesting this improvement!
Use standard keybinding for magit-status
Update Changelog; bump version
Add basic Cape configuration
Closes #7
Add binding for consult-ripgrep
Add a bunch of screenshots and GIFs and movies
Add comment about vim default behaviour when pressing C-u