Skip to content

josuegaleas/jvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

jvim

Yet another .vimrc on GitHub. Powered by vim-plug.

Plugins

Appearance

Git

Other Tools

Key Mappings for General Use

  • \sc — Toggles Vim's spell-checking
  • \pm — Toggles Vim's paste mode
  • \uh — Un-highlights searches
  • ^k — Previous warning/error in ALE
  • ^j — Next warning/error in ALE

Key Mappings for Colorscheme Development

  • \hg — Shows all highlight groups
  • \gn — Shows essential highlight groups
  • \hit — Runs Vim's built-in highlighting test

Installation

Having the latest version of Vim is recommended to ensure that everything works.

  • On macOS, install the latest version with Homebrew using brew install vim.
  • On Linux, getting the latest version will vary between distributions.

Backup your .vim folder and .vimrc file. (I am not responsible for any data loss.)

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
git clone https://github.com/josuegaleas/jvim.git ~/.vim/jvim
ln -s ~/.vim/jvim/.vimrc ~/.vimrc
ln -s ~/.vim/jvim/.jline.vim ~/.jline.vim
vim +PlugInstall +qall

References

About

Yet another `.vimrc` on GitHub.

Topics

Resources

Stars

Watchers

Forks