Skip to content

Elsie19/Venom

Repository files navigation

Venom

Screenshot of venom

Install

curl -s https://raw.githubusercontent.com/Henryws/Venom/master/install.sh | bash

Useful keybindings

  • 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

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