Skip to content

JonasG/vimsettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 

Repository files navigation

vimsettings

This repository contains my current settings for vim.

Setup

  1. Start with installing vim-plug (https://github.com/junegunn/vim-plug). The rest of the setup requires it.
  2. Download .vimrc file and save it to home directory.
  3. Start vim. Run :PlugInstall to install everything.
  4. Done!

General

  • Ctrl+p Use the ctrlp plugin to search files, buffers, mru
  • :ev Open $MYVIMRC for editing
  • :sv Source $MYVIMRC
  • :es Open a temporary file for editing

Python-mode

  • K Show Python documentation for the word currently under the cursor.

About

My Vim settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published