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 ### 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 ## 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. 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.

View file

@ -17,6 +17,7 @@ kanban-plugin: basic
- [ ] Write guide to clean linux system - [ ] Write guide to clean linux system
- [ ] Traer React Hooks a Wiki<br>Añadir a portafolio de alguna manera<br>#wiki - [ ] Traer React Hooks a Wiki<br>Añadir a portafolio de alguna manera<br>#wiki
- [ ] Escribir guia de posturas para la meditación - [ ] Escribir guia de posturas para la meditación
- [ ] Pasar en limpio notas del cuaderno<br>#home
## Expedition Quests ## Expedition Quests
@ -56,10 +57,8 @@ kanban-plugin: basic
## Available Quests (5) ## Available Quests (5)
- [ ] Pasar en limpio notas del cuaderno<br>#home
- [ ] [Update tmux config](Update%20tmux%20config.md)<br>#laptop
- [ ] [Update keyboard config](Update%20keyboard%20config.md)<br>#home - [ ] [Update keyboard config](Update%20keyboard%20config.md)<br>#home
- [ ] Cambiar alias de trash para que funcione en MacOS<br>#home - [ ] [Neovim database managment](https://www.youtube.com/watch?v=NhTPVXP8n7w)
- [ ] Investigate and try git worktree in work projects - [ ] Investigate and try git worktree in work projects
@ -67,12 +66,14 @@ kanban-plugin: basic
- [ ] [Update dots](Update%20dots.md)<br>#laptop - [ ] [Update dots](Update%20dots.md)<br>#laptop
- [ ] Enter and engage in no bolerplate discord - [ ] Enter and engage in no bolerplate discord
- [ ] Escribir ayuda memoria sobre funcionalidades avanzadas y como acualizar cierta config de neovim<br>#wiki - [ ] [Update tmux config](Update%20tmux%20config.md)<br>#laptop
## Completed Quests ## Completed Quests
**Complete** **Complete**
- [x] Escribir ayuda memoria sobre funcionalidades avanzadas y como acualizar cierta config de neovim<br>#wiki
- [x] Cambiar alias de trash para que funcione en MacOS<br>#home
- [x] Meditation process and mindfullness<br>#wiki - [x] Meditation process and mindfullness<br>#wiki
- [x] Subir export de wallabag a omnivore<br>#home - [x] Subir export de wallabag a omnivore<br>#home
- [x] Escribir procedimiento de crear una nueva funcionalidad<br>Agregar como nombrar cosas<br>Referenciar resolucion de problemas<br>#wiki - [x] Escribir procedimiento de crear una nueva funcionalidad<br>Agregar como nombrar cosas<br>Referenciar resolucion de problemas<br>#wiki

View file

@ -1,19 +1,16 @@
- [ ] Crear prefixes para configuración distinta en distintas máquinas (Ej: Alactritty)
- [x] Crear config de nvim desde zero con kickstart.nvim - [x] Crear config de nvim desde zero con kickstart.nvim
- [x] Crear Sway setup - [x] Crear Sway setup
- [x] Utilizar `$OSTYPE` para ejecutar config dependiendo del sistema - [x] Utilizar `$OSTYPE` para ejecutar config dependiendo del sistema
- [ ] Tmux Sessions - [ ] Tmux Sessions
- Save - Restore sessions - Save - Restore sessions
- close all sessions - close all sessions
- [ ] Ctrl-Z to -> Z with FZF - [x] Move Tmux config to .conf directory
- [ ] Move Tmux config to .conf directory
- [ ] Update "check-tools" script - [ ] Update "check-tools" script
- [ ] Debloat zsh - [ ] Debloat zsh
- [x] improve terminal setup on mac - [x] improve terminal setup on mac
- write better config for alacritty - write better config for alacritty
- use iterm2 - use iterm2
- [ ] Arreglar alias de música -> usar celluloid - [ ] Arreglar alias de música -> usar celluloid
- [ ]
--- ---

View file

@ -1,7 +1,7 @@
- [ ] Join split panes - [x] Join split panes
- https://unix.stackexchange.com/questions/14300/moving-tmux-pane-to-window/14301#14301 - https://unix.stackexchange.com/questions/14300/moving-tmux-pane-to-window/14301#14301
- https://stackoverflow.com/questions/9592969/tmux-how-to-join-two-tmux-windows-into-one-as-panes - https://stackoverflow.com/questions/9592969/tmux-how-to-join-two-tmux-windows-into-one-as-panes
- [ ] toggle floating window with terminal (ala zellij) - [x] toggle floating window with terminal (ala zellij)
- [ ] tmux layout app setup - [ ] tmux layout app setup
- [ ] Abrir proyecto de front y back -> variable para buscar por nombre?? - [ ] Abrir proyecto de front y back -> variable para buscar por nombre??
- [ ] SSH - [ ] SSH