Skip to content

Abhishek-Deshmukh/StudentVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

About StudentVim

Say Thanks!

Student vim is a set of plugins an setting useful for students to take notes Using markdown. It has a few personal setting which you can change if you want to change

Requirements

Install Instruction

  • git clone https://github.com/Abhishek-Deshmukh/StudentVim
  • Open the file in vim and then in normal mode type :source %
  • :PlugInstall
  • Go to where the plugins were downloaded
  • cd into the youcompleteme folder
  • $ ./install.py -all
  • It's ready

Installed Plugins and how to use them

This is a file system explorer.

When in normal mode press ,n to toggle it on and off.

Press ? for more details.

For distraction free writing.

When in normal mode press ,f to toggle it on and off.

Vim surround is used for changing things around a word or a selection.

just type cs"' to replace the surrounding " with '. or for changing () to [] (cs[().

For the status bar.

Used for fast commenting and uncommenting

gcc to comment or uncomment the line you are on.

gc then the motion of the cursor (gc4j for 4 line down form where the coursor is)(gcap for the whole paragraph)

For the theme

Auto completion

This is for seeing the markdown preview on a you default browser(in github flavour).

Some other features

  • Removes the tex build files when you exit the document
  • Syntax is matched with the file type automatically
  • Automatically deletes any trailing while spaces
  • Latex, HTML, Markdown, xml shortcuts
  • ,c for autocompile form most file documents.(To use this)
  • ,p to open the corresonding pdf file(if produced)
  • S in normal mode set as replace all aliase
  • :W works as write

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published