Skip to content

cboudereau/vsvimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

vsvimrc

Visual studio vim runtime configuration.

Learning

http://learnvimscriptthehardway.stevelosh.com/

Install

just copy the .vimrc into your $env:USERPROFILE path and restart visual studio. VS will display a message indicating that the vsvim has loaded to runtime configuration

Sample

https://github.com/justinmk/config/blob/master/.vsvimrc

Fsharp productivity commands

U is for User command and the next letter the first letter of the action

Create Case (Uc)

Uc : Create Case

Not Yet Implemented (Un)

Un : Not yet implemented

Introduce Parameter (Up)

Up : Introduce Parameter

Execute in Interactive from Cursor from top to cursor / from cursor to end of file

Ue : from top of file to cursor

UE : from cursor end of file

Ue-UE : Execute in Interactive from Cursor from top to cursor, from cursor to end of file

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors