An open API service indexing awesome lists of open source software.

https://github.com/cboudereau/vsvimrc


https://github.com/cboudereau/vsvimrc

vimrc-vim

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://raw.githubusercontent.com/cboudereau/vsvimrc/master/gifs/Uc-Case.gif)

### Not Yet Implemented (Un)
![Un : Not yet implemented](https://raw.githubusercontent.com/cboudereau/vsvimrc/master/gifs/Un-NotYetImplemented.gif)

### Introduce Parameter (Up)
![Up : Introduce Parameter](https://raw.githubusercontent.com/cboudereau/vsvimrc/master/gifs/Up-IntroduceParameter.gif)

### 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](https://raw.githubusercontent.com/cboudereau/vsvimrc/master/gifs/Ue-UE.gif)