Update from obsidian -

Affected files:
notes/utils/Neovim.md
projects/quests.md
projects/todos-notes/Update dots.md
projects/todos-notes/Update tmux config.md
This commit is contained in:
Alexander Navarro 2023-10-28 19:49:09 -03:00
parent 49730b5f3c
commit 9385c4d0fa
4 changed files with 28 additions and 11 deletions

View file

@ -85,8 +85,27 @@ works for:
### Telescope
- [Browser plugins mappigns](https://github.com/nvim-telescope/telescope-file-browser.nvim#mappings)
[Browser plugins mappigns](https://github.com/nvim-telescope/telescope-file-browser.nvim#mappings):
|Insert / Normal|fb_actions|Description|
|---|---|---|
|`<A-c>/c`|create|Create file/folder at current `path` (trailing path separator creates folder)|
|`<S-CR>`|create_from_prompt|Create and open file/folder from prompt (trailing path separator creates folder)|
|`<A-r>/r`|rename|Rename multi-selected files/folders|
|`<A-m>/m`|move|Move multi-selected files/folders to current `path`|
|`<A-y>/y`|copy|Copy (multi-)selected files/folders to current `path`|
|`<A-d>/d`|remove|Delete (multi-)selected files/folders|
|`<C-o>/o`|open|Open file/folder with default system application|
|`<C-g>/g`|goto_parent_dir|Go to parent directory|
|`<C-e>/e`|goto_home_dir|Go to home directory|
|`<C-w>/w`|goto_cwd|Go to current working directory (cwd)|
|`<C-t>/t`|change_cwd|Change nvim's cwd to selected folder/file(parent)|
|`<C-f>/f`|toggle_browser|Toggle between file and folder browser|
|`<C-h>/h`|toggle_hidden|Toggle hidden files/folders|
|`<C-s>/s`|toggle_all|Toggle all entries ignoring `./` and `../`|
|`<Tab>`|see `telescope.nvim`|Toggle selection and move to next selection|
|`<S-Tab>`|see `telescope.nvim`|Toggle selection and move to prev selection|
|`<bs>/`|backspace|With an empty prompt, goes to parent dir. Otherwise acts normally|
## Plugins compatibility errors
Lazy.nvim tiene un `lazy-lock.json`, por lo que ante cualquier problema de compatibilidad, podemos volver a versión especificada aqui con `Lazy restore`. Es importante mantener este archivo en git y solo modificarlo cuando se esté seguro que no hay problemas de compatibilidad.