# Garden Vim Configuration - .gardenvimrc # # Welcome! This is your Garden vim config. If you're new to vim, don't worry, # you only need to know a few basics to make this useful. If you're a vim # veteran, fair warning: this is a custom, slimmed-down vim implementation, # not full Vim or Neovim. Lots of things you might be used to (text objects, # macros, ex-commands beyond the basics, plugins, etc.) are NOT here. What IS # here is documented below. # # This file lives at ~/.config/garden/.gardenvimrc and is loaded once on # startup (when vim mode is enabled). To reload it after editing, type # `:source` from inside Garden, or just reopen it with `:vimrc`. # # Lines starting with `#` or `"` are comments and are ignored. You can also # put a comment at the end of a line, but it must be preceded by a space: # # noremap H ^ # this end-of-line comment works # # If something in this file is invalid, you'll see a red error in the status # bar telling you the line number and what went wrong. Click it to jump to # the offending line. # # ============================================================================ # SETTINGS - `set