diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:19:58 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:19:58 +0100 |
| commit | b009b50e81b6c1d0d691505b5f5c0418f559bfc0 (patch) | |
| tree | 5fae800e76219eba28634cb236565f9b4bb7a2f7 /atom/.apm/vim-mode | |
| parent | 4efcafab7f0aa454f9ebe767133654bc9f44e12c (diff) | |
Remove Atom config
Diffstat (limited to 'atom/.apm/vim-mode')
| -rw-r--r-- | atom/.apm/vim-mode/0.54.0/package.tgz | bin | 50269 -> 0 bytes | |||
| -rw-r--r-- | atom/.apm/vim-mode/0.54.0/package/package.json | 1 | ||||
| -rw-r--r-- | atom/.apm/vim-mode/0.55.0/package.tgz | bin | 51083 -> 0 bytes | |||
| -rw-r--r-- | atom/.apm/vim-mode/0.55.0/package/package.json | 1 | ||||
| -rw-r--r-- | atom/.apm/vim-mode/0.60.0/package.tgz | bin | 59137 -> 0 bytes | |||
| -rw-r--r-- | atom/.apm/vim-mode/0.60.0/package/package.json | 1 |
6 files changed, 0 insertions, 3 deletions
diff --git a/atom/.apm/vim-mode/0.54.0/package.tgz b/atom/.apm/vim-mode/0.54.0/package.tgz Binary files differdeleted file mode 100644 index 8575021..0000000 --- a/atom/.apm/vim-mode/0.54.0/package.tgz +++ /dev/null diff --git a/atom/.apm/vim-mode/0.54.0/package/package.json b/atom/.apm/vim-mode/0.54.0/package/package.json deleted file mode 100644 index 39918b4..0000000 --- a/atom/.apm/vim-mode/0.54.0/package/package.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"vim-mode","main":"./lib/vim-mode","version":"0.54.0","description":"Add vim modal control","license":"MIT","private":true,"repository":{"type":"git","url":"https://github.com/atom/vim-mode"},"engines":{"atom":">0.151.0"},"dependencies":{"underscore-plus":"1.x","event-kit":"^0.7.2"},"consumedServices":{"status-bar":{"versions":{"^1.0.0":"consumeStatusBar"}}},"providedServices":{"vim-mode":{"description":"","versions":{"0.1.0":"provideVimMode"}}},"devDependencies":{"coffeelint":"^1.10.1"},"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\nIf you want the vim ex line (for `:w`, `:s`, etc.), you can try [ex-mode](https://atom.io/packages/ex-mode)\nwhich works in conjuction with this plugin.\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.54.0","_shasum":"619db8e3fab094d98ed3082c1ae8fe38c3659157","_resolved":"file:../d-11562-87009-1vvfmad/package.tgz","_from":"../d-11562-87009-1vvfmad/package.tgz"}
\ No newline at end of file diff --git a/atom/.apm/vim-mode/0.55.0/package.tgz b/atom/.apm/vim-mode/0.55.0/package.tgz Binary files differdeleted file mode 100644 index c3d9548..0000000 --- a/atom/.apm/vim-mode/0.55.0/package.tgz +++ /dev/null diff --git a/atom/.apm/vim-mode/0.55.0/package/package.json b/atom/.apm/vim-mode/0.55.0/package/package.json deleted file mode 100644 index 4452657..0000000 --- a/atom/.apm/vim-mode/0.55.0/package/package.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"vim-mode","main":"./lib/vim-mode","version":"0.55.0","description":"Add vim modal control","license":"MIT","private":true,"repository":{"type":"git","url":"https://github.com/atom/vim-mode"},"engines":{"atom":">0.151.0"},"dependencies":{"underscore-plus":"1.x","event-kit":"^0.7.2"},"consumedServices":{"status-bar":{"versions":{"^1.0.0":"consumeStatusBar"}}},"providedServices":{"vim-mode":{"description":"","versions":{"0.1.0":"provideVimMode"}}},"devDependencies":{"coffeelint":"^1.10.1"},"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\nIf you want the vim ex line (for `:w`, `:s`, etc.), you can try [ex-mode](https://atom.io/packages/ex-mode)\nwhich works in conjuction with this plugin.\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.55.0","_shasum":"c1f5f86a7f1c5c48c862adf49eee5af4bb0b4d6e","_resolved":"file:../d-115615-5761-q3sjdc/package.tgz","_from":"../d-115615-5761-q3sjdc/package.tgz"}
\ No newline at end of file diff --git a/atom/.apm/vim-mode/0.60.0/package.tgz b/atom/.apm/vim-mode/0.60.0/package.tgz Binary files differdeleted file mode 100644 index 243859d..0000000 --- a/atom/.apm/vim-mode/0.60.0/package.tgz +++ /dev/null diff --git a/atom/.apm/vim-mode/0.60.0/package/package.json b/atom/.apm/vim-mode/0.60.0/package/package.json deleted file mode 100644 index f5530a2..0000000 --- a/atom/.apm/vim-mode/0.60.0/package/package.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"vim-mode","main":"./lib/vim-mode","version":"0.60.0","description":"Add vim modal control","license":"MIT","private":true,"repository":{"type":"git","url":"git+https://github.com/atom/vim-mode.git"},"engines":{"atom":">0.151.0"},"dependencies":{"event-kit":"^0.7.2","grim":"^1.4.1","underscore-plus":"1.x"},"consumedServices":{"status-bar":{"versions":{"^1.0.0":"consumeStatusBar"}}},"providedServices":{"vim-mode":{"description":"","versions":{"0.1.0":"provideVimMode"}}},"devDependencies":{"coffeelint":"^1.10.1"},"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 normal 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\nIf you want the vim ex line (for `:w`, `:s`, etc.), you can try [ex-mode](https://atom.io/packages/ex-mode)\nwhich works in conjuction with this plugin.\n\nCurrently, vim-mode has some issues with 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 and Text Objects](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#readme","_id":"vim-mode@0.60.0","_shasum":"c8a64fe60b40b71148f78df595cd813faef8d1f4","_resolved":"file:../d-115828-94481-cfhog7/package.tgz","_from":"../d-115828-94481-cfhog7/package.tgz"}
\ No newline at end of file |