Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/vim-mode

:lock: Next generation vim support for atom
https://github.com/pulsar-edit/vim-mode

Merge pull request #823 from jacekkopecky/status-bar-updates

make status bar content follow the current text editor

589433e339507de34590c97f2c7c462819c60c11 authored over 9 years ago by Max Brunsfeld <[email protected]>
:shirt:

8431ad876ae17d0f8f5902d0061f4fcff693ee07 authored over 9 years ago by Jacek Kopecky <[email protected]>
move most new code to vim-mode

b87a3df482455315293b853bc54a5cb2f296e512 authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #591 from jacekkopecky/yank-should-not-scroll

fix: yank should not scroll

dbe36f8c02595af81c0959e24959ade8c158085c authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #777 from jacekkopecky/hide-command-input-field

Hide command input field better

d217e83292a8d4c5560b226b34d7f3c4088f5b44 authored over 9 years ago by Max Brunsfeld <[email protected]>
:art:

8e93e8b425d711ab26619471a9fb0f269d27b0cd authored over 9 years ago by Jacek Kopecky <[email protected]>
:art: and :fire:

c3455b9aae0f483a35da332d8216369825db8636 authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #774 from jacekkopecky/canceling-c-operator

Canceling c operator

eb12ab4b1467d9370894c7d0ae9fc45bb4a2d508 authored over 9 years ago by Max Brunsfeld <[email protected]>
fix interaction with #812

1a064a017face1c982d5c2a513670280c3dddc4c authored over 9 years ago by Jacek Kopecky <[email protected]>
remove unnecessary function

515d6a742b7fbb949ebb59801ef3f0ecb8587317 authored over 9 years ago by Jacek Kopecky <[email protected]>
fix to hide the input view better

Also removed the seemingly unnecessary editorContainer, which may
affect people’s personal style...

f9a123260428a8dff3ce4794dc4e7fe70d2d792c authored over 9 years ago by Jacek Kopecky <[email protected]>
don't check selections unnecessarily

fc1764c79c44449b0fb6246e5b462a853cce029c authored over 9 years ago by Jacek Kopecky <[email protected]>
fix 806

37319fa0f847bced59dc164417d49f5af4013089 authored over 9 years ago by Jacek Kopecky <[email protected]>
add test for the bug

fb5379966d2c722e5ceacadc3ca63ecc50772420 authored over 9 years ago by Jacek Kopecky <[email protected]>
fix specs not to depend on unrelated functionality

8117435411b38a9229fc95148c494c60c209c8e4 authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #812 from po1o/master

Add visual feedback for search command ('/','?')

9671371c399f039271f6b123ef3368f2f7514853 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #805 from mleeds95/fix-759

Text Objects in normal mode without a preceding operator should select text.

773a064ea2e5b2be2e25b8b81c35990899d26876 authored over 9 years ago by Max Brunsfeld <[email protected]>
make status bar content follow the current text editor

b5f1b918162434a32870f2370429d153022c7bf7 authored over 9 years ago by Jacek Kopecky <[email protected]>
Prepare 0.58.0 release

6c3259cd59b80f0868ceddb7519c62a294c63015 authored over 9 years ago by Max Brunsfeld <[email protected]>
Update changelog

4054871e577fb96e4840afff8d33a2fc7a9c42ea authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #740 from jacekkopecky/fix-visual-selection-repeat

fix redoing visual mode operations with `.`

f49f5b3d6b53066b7298b9a1fbca9e1fdfa9719b authored over 9 years ago by Max Brunsfeld <[email protected]>
visual repeat doesn't wrap

886444f30708a03c315df3e9ecc5fbcef7b0cea9 authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #798 from mleeds95/fix-multi-indent

Indent operations preceded by a number should indent multiple times in visual mode.

7aeac7171da7865a80644725dfee794bc78c7214 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #696 from MarkusSN/fix-#689

Fix for #689 and improve blank line handling for the ip/ap text-objects

d63aed1f96373c7dd6b0d9e7e8b8e3a5cf546d46 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #818 from jacekkopecky/fix-cc-on-only-line

Fix cc on only line

b4d51650b58b1ebb315360e13f9bd37f85f54630 authored over 9 years ago by Max Brunsfeld <[email protected]>
add special case for cc on only line

f762854e909e6ed74f1247b160e67f18183b69bd authored over 9 years ago by Jacek Kopecky <[email protected]>
:art: :fire:

1e0b5225bf1289b19b2fd8a7e845d80dc2b04942 authored over 9 years ago by Jacek Kopecky <[email protected]>
add tests for yank scrolling

616f45ec0e7f24a9f539af56dddae1bd21070cb9 authored over 9 years ago by Jacek Kopecky <[email protected]>
fix: yank should not scroll unnecessarily

c18ea28c6090e83b60befe9c22e29fb8dfeab12f authored over 9 years ago by Jacek Kopecky <[email protected]>
Remove unnecessary blank lines

ad3da9e8a7a716e9292408784e659f3f55b42fed authored over 9 years ago by Markus Nilssen <[email protected]>
Add visual feedback for search command ('/','?')

When doing a search, display the command '/' or '?' instead of
nothing. This gives the user a vi...

0005c22b688377f42521960dd05dfcfe936cf9a7 authored over 9 years ago by Polo <[email protected]>
Fix bug where the first line was not included

93d54a6094e09075ac3ea6cf9e2187e933843914 authored over 9 years ago by Markus Nilssen <[email protected]>
Merge pull request #809 from t9md/fix_naming_typo

fix typo

06518471223e6247126af3e91259ec07fd8632db authored over 9 years ago by Max Brunsfeld <[email protected]>
:memo: Document repeated indent operators.

36075c3edec0349451c7b62ae3cee912b30167be authored over 9 years ago by Matthew Leeds <[email protected]>
:white_check_mark: Add operator tests for multiple indents.

26c3571923f434ad54db74fd4ee4b827f0f5b1f8 authored over 9 years ago by Matthew Leeds <[email protected]>
Indent operations preceded by a number should indent multiple times in visual mode.

bfa8b5c8bc5e4d13bd3f019c8c58ea0c23891fc6 authored over 9 years ago by Matthew Leeds <[email protected]>
renames command->normal

1b88c5ac6c4159cbf530853b39c1899bf7566cc8 authored over 9 years ago by Jacek Kopecky <[email protected]>
fix spec structure

244368a8219033f8a2467c8cdae788d5a14bda9c authored over 9 years ago by Jacek Kopecky <[email protected]>
fixing c where motion fails

e18bcfdd1016290929498cb311f65c7e52e742cf authored over 9 years ago by Jacek Kopecky <[email protected]>
testing for behavior of cf

7e04077218e7f60551adb9bfee997a09b0c53acf authored over 9 years ago by Jacek Kopecky <[email protected]>
testing for behaviour of c%

917881803df09058dcf960a6faa948ec1cc335c7 authored over 9 years ago by Jacek Kopecky <[email protected]>
use more Range/Point methods

suggested by @maxbrunsfeld , thanks

321556157f64a41eb32ea97810d62edd629ea58a authored over 9 years ago by Jacek Kopecky <[email protected]>
fix #737: redoing visual mode operations with `.`

a36577aef5e6a0b8cd0175fe041f9f6bc2094904 authored over 9 years ago by Jacek Kopecky <[email protected]>
fix typo

0f148a68bc8fe3dc103822562df2c65f93592e1e authored over 9 years ago by t9md <[email protected]>
TextObjects can select text in normal mode. Closes #759.

04646bfe6f491f74a4e2f321082d3ade5e264fa3 authored over 9 years ago by Matthew Leeds <[email protected]>
Remove comment-delimiting and improve handling of blank lines for the ip/ap text-objects

18fd9c3b47a293623394f9f413983a85eda73fca authored over 9 years ago by Markus Nilssen <[email protected]>
Merge pull request #802 from jacekkopecky/harmonize-selection-directions-on-o

fix specs for merge of #767 with #782

300bf57d2ec996e7f76e7c2ef277d3a7af847581 authored over 9 years ago by Max Brunsfeld <[email protected]>
fix specs for merge of #767 with #782

b3d0635d5f8e77c0d6dc4254622ef42ace72b74f authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #767 from jacekkopecky/harmonize-selection-directions-on-o

harmonize selection directions (reversion) on `o`

4c833a75cc2281d9ff3859734ba49806c23d1f6e authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #780 from jacekkopecky/fix-cc-autoindent

fix `cc`, make `S` an alias for `cc`

1e59d8cbf88791997716d3f26ca5414c0f94b638 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #763 from jacekkopecky/insert-mode-r-escape

cancel insert-mode ctrl-r with escape

9f950a4f360b790c35e4655c5100198595a03263 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #782 from jacekkopecky/visual-hl-movement

fix cursor movement across beginning of selection

93adffde7e7f5159817336b0fca5e46d004114aa authored over 9 years ago by Max Brunsfeld <[email protected]>
:art: Clean up .travis.yml

0d273c6fbb5b7d0ec55d46f02fa8513ec2bb2ce4 authored over 9 years ago by Machisté N. Quintana <[email protected]>
Only build pushes on Travis for master branch

632b10a7d1d756a826de5d16b1e433a540d0e220 authored over 9 years ago by Machiste Quintana <[email protected]>
Merge pull request #797 from chibicode/patch-1

Update README: Vim-mode should support soft-wrap

7b007224094141b093506b54881d763789d53f68 authored over 9 years ago by Max Brunsfeld <[email protected]>
Vim-mode should support soft-wrap

See: https://github.com/atom/vim-mode/issues/796#issuecomment-125340871

98a7991e69770526eb591a695df284d92434275d authored over 9 years ago by Shu Uesugi <[email protected]>
fix cc, make S an alias for cc

e2c9c2da529d67a61d12f1e92f19e18ff3629607 authored over 9 years ago by Jacek Kopecky <[email protected]>
Fix status bar spec for new async service hub

08f4478d49fe157ee4c2e8e3ce7b45104f85a793 authored over 9 years ago by Max Brunsfeld <[email protected]>
Adjust replace mode backspace to work w/ new history API

As of atom/text-buffer#81, which will ship in Atom v1.0.3, the editor's history
API has changed ...

30e4073c52f68221dccd3599dd60728f300b3534 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #770 from jacekkopecky/ensure-cursor-on-line

use onDidChangeCursorPosition for keeping cursor in line

c3840791d36dacf185cb8ef6f8baa83b2d80a089 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #779 from bronson/op-pend-cursor

give operator-pending mode a rectangle cursor

ffec3b882a849b9417731f8e5fbcb1633be14c63 authored over 9 years ago by Max Brunsfeld <[email protected]>
use relative css units

9502abb8bc7c722d59d67a1dad985af20aa7fa4b authored over 9 years ago by Scott Bronson <[email protected]>
give operator-pending mode its own cursor

0ae8c6a322058a56c8675d2ba082eab5d701672f authored over 9 years ago by Scott Bronson <[email protected]>
:art: and :racehorse:

13a1233ff2ed021d7a73002c7fe274e2aebe8483 authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #718 from jacekkopecky/global-find-state

make find state global

38fb967d6e59e351aff0237ac39da5176e5654c2 authored over 9 years ago by Max Brunsfeld <[email protected]>
make test use actual multiple text editors

b930e05322565c7a7060613684dcfca371ad9178 authored over 9 years ago by Jacek Kopecky <[email protected]>
fix #2

faf009d6c950176826c35ae447d9fc7fecec0d2d authored over 9 years ago by Jacek Kopecky <[email protected]>
try using onDidChangeCursorPosition for keeping cursor in line

2999cf208c6d8c89e0d39c157259da61262a7ce8 authored over 9 years ago by Jacek Kopecky <[email protected]>
add test

3663c8e8d84134fbcedcfc4abfdf9baab7af0b95 authored over 9 years ago by Jacek Kopecky <[email protected]>
make find state global

a2dc3dc5ee3d6b92525db95478ff34916bf85074 authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #721 from jacekkopecky/copy-from-line-above

feature: copy character from line above/below

7683dcdcee5b95a8cb409ec994d5832cf40319fa authored over 9 years ago by Max Brunsfeld <[email protected]>
disable `ctrl-e` by default

3e556fb648263a9b7dab62dcc2e951d85a1df791 authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #757 from bronson/substitute-is-change

implement substitute using the change operator

c2e9abdd87865ac51f75d8b7c22469d0d9709299 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #732 from bronson/control-t

Make control-t return from symbol, not control-shift-t

8d36189687be8b1862683920af17d38e892acfd2 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #766 from jacekkopecky/linewise-fix

fix: isLinewise shouldn't be required

3a2aceaf45179ff2f4b8885f04cd623f2cf083cb authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #765 from jacekkopecky/fix-search-repeat-with-no-history

repeating without search history should do nothing

f72b3d34ca973590d90b3438082808a034e8fde8 authored over 9 years ago by Max Brunsfeld <[email protected]>
implement substitute using the change operator

aa6357c4bbc515728af002f81dc78c2e0bec6a8b authored over 9 years ago by Scott Bronson <[email protected]>
feature: copy character from line above/below

4c929af2194b4aa88f80c4b2b4658acd1d67d18e authored over 9 years ago by Jacek Kopecky <[email protected]>
Prepare 0.57.0 release

1d151f1317022b8df679b4c1ee57e71d00f81287 authored over 9 years ago by Max Brunsfeld <[email protected]>
Update changelog

036293e8328d410a4446c9437e36c6db7b00566e authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #717 from jacekkopecky/whole-word-text-objects

Whole word text objects aW/iW

da6e3c7894f1e0e3f26b7401679a30671d8a950d authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #711 from jacekkopecky/fix-p-cursor-position

Fix p cursor position

6e2e5d90e994cf195593689786a5b8967d2adf1e authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #623 from jacekkopecky/fix-618

Fix Till when selecting

5c19cc0bba4ea845648177cb462702856023a688 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #573 from jacekkopecky/replace-mode

add replace mode

cf0c64b1e5aeb3e5d3559429fc8f127f512646c1 authored over 9 years ago by Max Brunsfeld <[email protected]>
document we have text objects

1a570e655e77a1818e06712d417700d8823960ce authored over 9 years ago by Jacek Kopecky <[email protected]>
add aW/iW text objects

1fb2afb4a7f2475bd5543cd63c0398de89599628 authored over 9 years ago by Jacek Kopecky <[email protected]>
fix p cursor position

b26db89f71ce483ebf846e4a36cafc74e651e9d7 authored over 9 years ago by Jacek Kopecky <[email protected]>
add test for the issue

d85e607405477d28e4659749cd8f9820d155a83e authored over 9 years ago by Jacek Kopecky <[email protected]>
fix 618 - select with Till when standing before the character

51767bff29cacb3376827713b5e24fbcb8af9a05 authored over 9 years ago by Jacek Kopecky <[email protected]>
test the bug

4b336bc04b335e7b29a85eef3240d441fbc0e18a authored over 9 years ago by Jacek Kopecky <[email protected]>
updated docs

207fc576e9e08775fcc6a4d1303ac8b7a2b5994b authored over 9 years ago by Jacek Kopecky <[email protected]>
add underline block cursor for replace mode

a0c8ee234ffa7c1999f34152eb81f10b83334053 authored over 9 years ago by Jacek Kopecky <[email protected]>
add replace mode specs

1786e1fc797a2181fafb069d514c4e957c9b8d40 authored over 9 years ago by Jacek Kopecky <[email protected]>
add replace mode

fec786fe6bfe3043e089879903f3e42ae64701c0 authored over 9 years ago by Jacek Kopecky <[email protected]>
Prepare 0.56.0 release

af94fb623b74e16fab6b3123c4902e09de7b0381 authored over 9 years ago by Max Brunsfeld <[email protected]>
Update changelog

ab215178d6d4c9be29235e3cc6d4dca414d55158 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #787 from bronson/command-to-normal

fix some more command->normal mode renames

b1bd970f20f0aa6d8a749221983c3c7572b0bd97 authored over 9 years ago by Max Brunsfeld <[email protected]>
rename normalEditor->inputEditor: more descriptive

aed24346aa03edad30805cfae208f6e3891d5584 authored over 9 years ago by Scott Bronson <[email protected]>
fix some more command->normal mode renames

a274ea6645f131a1c344b2b5bc396a6bc6278a06 authored over 9 years ago by Scott Bronson <[email protected]>
Fix spurious rename

Thanks @t9md

12c7df663c337bb2894718000caa1e77fe4656fb authored over 9 years ago by Max Brunsfeld <[email protected]>