Update readme with autosave plugin

This commit is contained in:
Jiří Štefka 2022-10-03 01:09:37 +02:00
parent 36ffb2131f
commit 914a5d1059

@ -47,13 +47,16 @@ nvim +PackerSync
- Github's copilot plugin for Vim - Github's copilot plugin for Vim
- To use the plugin you have to login with this command - To use the plugin you have to login with this command
- `:Copilot setup` - `:Copilot setup`
- [Pocco81/auto-save.nvim]()
- Plugin for autosave
## Extra mappings ## Extra mappings
| Shortcut | Vim keybind | Description | | Shortcut | Vim keybind | Description |
|----------|-----------------|-------------------| |----------|-----------------|-------------------|
| Space+A | ["\<leader\>a"] | Alpha Dashboard | | Space+a | ["\<leader\>a"] | Alpha Dashboard |
| CTRL+E | ["\<C-e\>"] | Copilot accept | | CTRL+e | ["\<C-e\>"] | Copilot accept |
| CTRL+s | ["\<C-s\>"] | Toggle autosave |
- Mappings for vimspector (debugging) - Mappings for vimspector (debugging)