/vim

My personalized vim configuration

Primary LanguageVim Script

Overview

This repo exists to allow me to use my custom vim config on any device.

Initial setup completed following this guide at freecodecamp.com

Custom Additions

Mappings

  • Toggle statusline with '\s'
  • Show buffers with tab-complete with '\b'
  • Toggle search highlighing with '\\'
  • Toggle line numbers with '\n'
  • Toggle word wrap with '\z
  • Open help in new tab by default (instead of horizontal split)

Packages/Plug-ins

Things to Remember

To-do

  • Follow this guide (Mostly for managing my growing list of abbreviations)

Useful Links

https://alvinalexander.com/linux/vi-vim-editor-color-scheme-syntax/

(Edited version of jeffskinnerbox's README):

Vim as an IDE

Information about Vim

Vim Scripting Tutorials

Maintaining and Synchronizing Vim on Other Machines

Other Links