{"id":17982825,"url":"https://github.com/t9md/atom-vim-mode-plus-jasmine-increase-focus","last_synced_at":"2025-04-04T02:10:41.041Z","repository":{"id":136587679,"uuid":"49500383","full_name":"t9md/atom-vim-mode-plus-jasmine-increase-focus","owner":"t9md","description":"increase/decrease focus level of jasmine spec","archived":false,"fork":false,"pushed_at":"2017-12-09T04:30:03.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T13:33:13.677Z","etag":null,"topics":["atom","vim-mode-plus"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/vim-mode-plus-jasmine-increase-focus","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/t9md.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-12T13:02:05.000Z","updated_at":"2017-01-12T21:12:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4ec34bf-d98d-4822-8ba2-850568bdb78d","html_url":"https://github.com/t9md/atom-vim-mode-plus-jasmine-increase-focus","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-vim-mode-plus-jasmine-increase-focus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-vim-mode-plus-jasmine-increase-focus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-vim-mode-plus-jasmine-increase-focus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-vim-mode-plus-jasmine-increase-focus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t9md","download_url":"https://codeload.github.com/t9md/atom-vim-mode-plus-jasmine-increase-focus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107828,"owners_count":20884797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom","vim-mode-plus"],"created_at":"2024-10-29T18:15:19.328Z","updated_at":"2025-04-04T02:10:41.022Z","avatar_url":"https://github.com/t9md.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/t9md/atom-vim-mode-plus-jasmine-increase-focus.svg?branch=master)](https://travis-ci.org/t9md/atom-vim-mode-plus-jasmine-increase-focus)\n\n# vim-mode-plus-jasmine-increase-focus\n\nThis is operator plugin for [vim-mode-plus](https://atom.io/packages/vim-mode-plus).  \n\nIncrease, decrease focus of current jasmine or rspec spec section you are in.  \nNo need to move cursor to header line.  \nOf course, this is operator, you can repat it with `.` command.  \n\n![](https://raw.githubusercontent.com/t9md/t9md/1d709b4b42780bf98c1387802b1b8733ea9cd4a5/img/atom-vmp-jasmine-increase-focus.gif)\n\n- ex-1: `it`, `fit`, `xit`\n- ex-2: `it`, `fit`, `ffit`, `fffit` for [jasmine-focused](https://www.npmjs.com/package/jasmine-focused) user.\n\n## Features\n\n- Respect `flashOnOperate` configuration of vim-mode-plus.\n\n## keymap example\n\nNo keymap by default. Set following keymap to in your `keymap.cson`.  \n\n```coffeescipt\n'atom-text-editor.vim-mode-plus.normal-mode':\n  '-': 'vim-mode-plus-user:jasmine-increase-focus'\n  'ctrl--': 'vim-mode-plus-user:jasmine-decrease-focus'\n```\n\nor For specific grammar\n\n- CoffeeScript\n```coffeescipt\n'atom-text-editor.vim-mode-plus.normal-mode[data-grammar=\"source coffee\"]':\n  '-': 'vim-mode-plus-user:jasmine-increase-focus'\n  'ctrl--': 'vim-mode-plus-user:jasmine-decrease-focus'\n```\n\n- JavaScript\n```coffeescipt\natom-text-editor.vim-mode-plus.normal-mode[data-grammar=\"source js\"]':\n  '-': 'vim-mode-plus-user:jasmine-increase-focus'\n  'ctrl--': 'vim-mode-plus-user:jasmine-decrease-focus'\n```\n\n\n# Configuration\n\n## Focus Texts\n\nYou can customize list of prefixed focus level text.  \n\"`f, x`\" is by default.  \nThis mean you can toggle\n - `fit`, `xit`, `it`(no prefix) when increase\n - `xit`, `fit`, `it`(no prefix) when decrease\n\ne.g.  \nIf you are using [jasmine-focused](https://www.npmjs.com/package/jasmine-focused) and want to toggle `fit` to `fffit` and don't use `x` focus, set this value to \"`f, ff, fff`\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft9md%2Fatom-vim-mode-plus-jasmine-increase-focus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft9md%2Fatom-vim-mode-plus-jasmine-increase-focus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft9md%2Fatom-vim-mode-plus-jasmine-increase-focus/lists"}