Skip to content

cboudereau/vsvimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

vsvimrc

Visual studio vim runtime configuration.

Learning

http:https://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

Watchers

Forks

Releases

No releases published

Packages

No packages published