curl -s https://raw.githubusercontent.com/Henryws/Venom/master/install.sh | bash
S
will initiate a find and replace
<leader>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)
<ctrl>b
will toggle the file tree
<leader>m
will start and open a web browser so you can live edit html/css/js files
- Press
<leader> c
when editing a markdown file to live edit
<ctrl>p
will open a fuzzy/file/buffer/tag finder
<leader>c<leader>
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
- 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