aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/vim-mode-visual-block/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-03-14 23:19:58 +0100
committerBen Beltran <ben@nsovocal.com>2019-03-14 23:19:58 +0100
commitb009b50e81b6c1d0d691505b5f5c0418f559bfc0 (patch)
tree5fae800e76219eba28634cb236565f9b4bb7a2f7 /atom/packages/vim-mode-visual-block/package.json
parent4efcafab7f0aa454f9ebe767133654bc9f44e12c (diff)
Remove Atom config
Diffstat (limited to 'atom/packages/vim-mode-visual-block/package.json')
-rw-r--r--atom/packages/vim-mode-visual-block/package.json84
1 files changed, 0 insertions, 84 deletions
diff --git a/atom/packages/vim-mode-visual-block/package.json b/atom/packages/vim-mode-visual-block/package.json
deleted file mode 100644
index b874d41..0000000
--- a/atom/packages/vim-mode-visual-block/package.json
+++ /dev/null
@@ -1,84 +0,0 @@
-{
- "name": "vim-mode-visual-block",
- "main": "./lib/main",
- "version": "0.2.13",
- "description": "Add visual-blockwise feature to vim-mode",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/t9md/atom-vim-mode-visual-block.git"
- },
- "license": "MIT",
- "engines": {
- "atom": ">=0.174.0 <2.0.0"
- },
- "consumedServices": {
- "vim-mode": {
- "versions": {
- "^0.1.0": "consumeVimMode"
- }
- }
- },
- "dependencies": {
- "underscore-plus": "^1.6.6"
- },
- "readme": "# vim-mode-visual-block\n\nAdd visual-block operation to [vim-mode](https://atom.io/packages/vim-mode).\n\n![gif](https://raw.githubusercontent.com/t9md/t9md/375d45f661b76cd8fd874dbcacf93602e7d75c99/img/vim-mode-visual-blockwise.gif)\n\n# What's this?\n\n**Temporarily** workaround, until vim-mode support visual block mode natively.\nI'm not intended to complete solution.\n\n# Keymap\n\nFrom version 0.2.5, starting to provide [default keymap](https://github.com/t9md/atom-vim-mode-visual-block/blob/master/keymaps/vim-mode-visual-block.cson). \n\nFor older version user\n* Remove explicit keymap from `keymap.cson` and use default keymap.\n\n# Limitation\n- Count not supported.\n- Currently yank and paste for block range is not supported.\n- No support for non-contiguous multi selection.\n\n# Todo\n* [x] Precise state check when escape from visual-block.\n* [x] Support other insert-mode initiator like `a`, `i`, `C`.\n* [ ] Yank and paste support.\n* [ ] Concatenate undo transaction?.\n",
- "readmeFilename": "README.md",
- "bugs": {
- "url": "https://github.com/t9md/atom-vim-mode-visual-block/issues"
- },
- "homepage": "https://github.com/t9md/atom-vim-mode-visual-block#readme",
- "_id": "vim-mode-visual-block@0.2.13",
- "_shasum": "5f4d8288c01082f685c4dc4bb039241e61d624e6",
- "_resolved": "file:../d-115828-94488-fbcgjf/package.tgz",
- "_from": "../d-115828-94488-fbcgjf/package.tgz",
- "_atomModuleCache": {
- "version": 1,
- "dependencies": [
- {
- "name": "underscore-plus",
- "version": "1.6.6",
- "path": "node_modules/underscore-plus/lib/underscore-plus.js"
- },
- {
- "name": "underscore",
- "version": "1.6.0",
- "path": "node_modules/underscore-plus/node_modules/underscore/underscore.js"
- }
- ],
- "extensions": {
- ".coffee": [
- "lib/main.coffee"
- ],
- ".js": [
- "node_modules/underscore-plus/lib/underscore-plus.js",
- "node_modules/underscore-plus/node_modules/underscore/underscore-min.js",
- "node_modules/underscore-plus/node_modules/underscore/underscore.js"
- ],
- ".json": [
- "node_modules/underscore-plus/node_modules/underscore/package.json",
- "node_modules/underscore-plus/package.json",
- "package.json"
- ]
- },
- "folders": [
- {
- "paths": [
- "lib",
- ""
- ],
- "dependencies": {
- "underscore-plus": "^1.6.6"
- }
- },
- {
- "paths": [
- "node_modules/underscore-plus/lib",
- "node_modules/underscore-plus"
- ],
- "dependencies": {
- "underscore": "~1.6.0"
- }
- }
- ]
- }
-} \ No newline at end of file