SpaceShaman
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':...