SpaceShaman

Results 4 issues of SpaceShaman

This update introduces docker-compose support for easier project setup and deployment. ## Added ### Docker Support - Added a `docker-compose.yml` file to simplify running the project in a Docker environment....

Hi! I’m adding two Fish Shell plugins: * **[autopy.fish](https://github.com/SpaceShaman/autopy.fish)** – Automatically activates Python virtual environments (venv or Poetry) when entering a project directory. * **[autoenv.fish](https://github.com/SpaceShaman/autoenv.fish)** – Automatically loads environment variables...

Hello! I would like to use `jkl;` as my motion keys in vim-visual-multi (instead of default `hjkl`). I set up the following mapping: ```vim let g:VM_custom_motions = {'j': 'h', 'k':...