# Venom ![Screenshot of venom](https://user-images.githubusercontent.com/58742515/209584680-063f7b56-fc22-4075-bc3e-95c8e839af8b.png) ## Install ```bash curl -s https://raw.githubusercontent.com/Henryws/Venom/master/install.sh | bash ``` ## Useful keybindings * `S` will initiate a find and replace * `g` will open a lazygit window if your inside a git directory (press `a` to add files `c` to commit them, and `P` to push them) * `b` will toggle the file tree * `m` will start and open a web browser so you can live edit html/css/js files * Press ` c` when editing a markdown file to live edit * `p` will open a fuzzy/file/buffer/tag finder * `c` will comment out lines in visual mode * Press F8 to run python code * Press gd when hovering over function to view it's definition * Press f when selecting code to run it ## Other information * If you wish to use Venom and Godot, simply open godot in the background, open your project, then start editing in a separate window in Venom, and autocompletions and all that good stuff should start working