31 lines
2.7 KiB
JSON
31 lines
2.7 KiB
JSON
{
|
|
"name": "vim-mode",
|
|
"main": "./lib/vim-mode",
|
|
"version": "0.12.0",
|
|
"description": "Add vim modal control",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/atom/vim-mode"
|
|
},
|
|
"engines": {
|
|
"atom": ">0.99.0"
|
|
},
|
|
"dependencies": {
|
|
"underscore-plus": "1.x"
|
|
},
|
|
"readme": "## Vim Mode package [](https://travis-ci.org/atom/vim-mode)\n\nProvides vim modal control for Atom, ideally blending the best of vim\nand Atom.\n\n### Installing\n\nUse the Atom package manager, which can be found in the Settings view or\nrun `apm install vim-mode` from the command line.\n\n### Current Status\n\nSizable portions of Vim's command mode work as you'd expect, including\nmany complex combinations. Even so, this package is far from finished (Vim\nwasn't built in a day).\n\nCurrently, vim-mode requires soft line wraps to be disabled, and has some issues\nwith international keyboard layouts.\n\nIf there's a feature of Vim you're missing, it might just be that you use it\nmore often than other developers. Adding a feature can be quick and easy. Check\nout the [closed pull requests](https://github.com/atom/vim-mode/pulls?direction=desc&page=1&sort=created&state=closed)\nto see examples of community contributions. We're looking forward to yours, too.\n\n### Documentation\n\n* [Overview](https://github.com/atom/vim-mode/blob/master/docs/overview.md)\n* [Motions](https://github.com/atom/vim-mode/blob/master/docs/motions.md)\n* [Operators](https://github.com/atom/vim-mode/blob/master/docs/operators.md)\n* [Windows](https://github.com/atom/vim-mode/blob/master/docs/windows.md)\n* [Scrolling](https://github.com/atom/vim-mode/blob/master/docs/scrolling.md)\n\n### Development\n\n* Create a branch with your feature/fix.\n* Add a spec (take inspiration from the ones that are already there).\n* If you're adding a command be sure to update the appropriate file in\n `docs/`\n* Create a PR.\n\nWhen in doubt, open a PR earlier rather than later so that you can receive\nfeedback from the community. We want to get your fix or feature included as much\nas you do.\n\nSee [the contribution guide](https://github.com/atom/vim-mode/blob/master/CONTRIBUTING.md).\n",
|
|
"readmeFilename": "README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/atom/vim-mode/issues"
|
|
},
|
|
"homepage": "https://github.com/atom/vim-mode",
|
|
"_id": "vim-mode@0.12.0",
|
|
"dist": {
|
|
"shasum": "71e439084b40d892ca62e64659b4e426ce864b47"
|
|
},
|
|
"_resolved": "C:\\Users\\Adam\\AppData\\Local\\Temp\\d-114614-1080-gh1mdu\\package.tgz",
|
|
"_from": "C:\\Users\\Adam\\AppData\\Local\\Temp\\d-114614-1080-gh1mdu\\package.tgz"
|
|
}
|