https://github.com/cboudereau/vsvimrc
https://github.com/cboudereau/vsvimrc
vimrc-vim
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cboudereau/vsvimrc
- Owner: cboudereau
- Created: 2018-05-16T10:51:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T10:28:06.000Z (over 6 years ago)
- Last Synced: 2025-05-18T01:36:24.687Z (11 months ago)
- Topics: vimrc-vim
- Language: Vim script
- Size: 3.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

### Not Yet Implemented (Un)

### Introduce Parameter (Up)

### 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
