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

Support the + register as an alias of the * register (system clipboard)

f6fc41fba6b360aafbc843f41a7cc77968ec08a4 authored almost 11 years ago
Add % register (current file path)

d78962e19face9a5b9d99aa764466ff0014624ef authored almost 11 years ago
Move the cursor directly

5c6b9e766cfda8202f338baa978a656e8967cc2d authored almost 11 years ago
Fix moving to end of last word in file with 'w'

0ac91a9d8bca29e9145864e5a19807ef2ecbead9 authored almost 11 years ago
Test moving to end of last word in file with 'w'

01375374ab2bc163931404022f8f1933f10f7be6 authored almost 11 years ago
Merge branch 'master' into implement-r

8e24e3615b4e56dbb1e896cb6ec6b2edcdca1678 authored almost 11 years ago
Don't overrun a line with replace

516740d700326abb31c428d3e2d4c9086bf5e01a authored almost 11 years ago
Test shim to get command mode input keys working

04081d5f9548647fe88ca7a449c22178a61dd202 authored almost 11 years ago
Add changelog for #139

f9ffb18c00d5c62ad7585828bbdbcfe89be6b0a5 authored almost 11 years ago
Merge pull request #144 from tednaleid/patch-1

added additional insert mode commands

2ff9e5647449d1801cb6533e2f0143b6418b6ba5 authored almost 11 years ago
Merge pull request #139 from atom/maintainers-guide

Maintainers guide

c0cd35fbc757ff4f7db98834b3f9e1151d8057b5 authored almost 11 years ago
added additional insert mode commands

12e2564c5935fc86641eaee4fbf0f21d7e50e807 authored almost 11 years ago
Add a blurb about upgrading along with Atom core

160c376e38bbc6dba56d2f6d554e54279c4f9ab9 authored almost 11 years ago
Add changelog for #136

08c72c275f86119d8f001f0c20ebc2c08bb43f70 authored almost 11 years ago
Merge pull request #136 from tony612/show-cursor-just-in-focused-editor

Show cursor only in focused editor

8bcb1d61db7a90fb8abee9857fa71bf178ea2c09 authored almost 11 years ago
keep the old rule and add a new rule for focused

but change visibility in the old rule

c367f32c737218fed2a204aa2cbb079b6938a670 authored almost 11 years ago
Missed one

ff534e49dfbbe6aaf705d52098c4a3b9584fcf37 authored almost 11 years ago
Minor fixes/typos

3f07bf72081c19b4ce33a8ee445a4971f6efd20d authored almost 11 years ago
Initial pass at a maintainers guide

805c8140b502b28c76cbf0de6a296269a109a58e authored almost 11 years ago
Tests

5b869ee782fed07600f90ae11aa1ab879d689e6f authored almost 11 years ago
Implement 'r'

e613125b3fa8848a86a276a27398fc6d3b5189fb authored almost 11 years ago
Merge pull request #134 from atom/global-registers

Yank and paste between buffers

afa4e25dc4b4cdf6fab0ddaff9e3a8295dd5c943 authored almost 11 years ago
Update changelog

215b9278bbb042abfca0ad954bb3b7d9ebb7bb24 authored almost 11 years ago
Extra liiiiiiiiines

bb2e41c661fb04a67f355fefc683cfc3e11e8fd2 authored almost 11 years ago
Wrap up workplace initialization

996024ebef414dda643ffd520dd54c3451712ced authored almost 11 years ago
Move atom workspace creation into a beforeEach

73c0f0d72ece9b62a9fc62e0a5b5708d2659541d authored almost 11 years ago
Move search history to global vim state

b75046fbbbf2eb4aa38a3643a06a49bffec8d159 authored almost 11 years ago
Abstract search history access to an API

5b061f1d93c9355202208e6de1b6d72640ead01f authored almost 11 years ago
Add a missing attribution to the changelog

1f33c8f695c8b4b64bac35c8e28c6d8ca476bdb0 authored almost 11 years ago
Merge branch 'master' into global-registers

Conflicts:
lib/vim-state.coffee

33e05cc793932dfc35c071424fbd2aa91a2f12cf authored almost 11 years ago
Merge pull request #40 from atom/search-is-a-motion

Search is a motion

557c375a560452ba5c5a713ca919075d6061c4c4 authored almost 11 years ago
CHANGELOG for :boat:!! :tada:

0cbf6a08acd81534334a7ffc45756ec3a7976773 authored almost 11 years ago
Merge branch 'master' into search-is-a-motion

Conflicts:
keymaps/vim-mode.cson

0fae4dfe876474d92e339cdba710b8912257524b authored almost 11 years ago
Initialize is no longer needed

16509540d41888a8d2a41826892225e9e1a52416 authored almost 11 years ago
Add changelog for #100

2118c4cfc54cf3f1ac1cb857443e1856ed6ff1fc authored almost 11 years ago
Move and duplicate vim state initialization

f43130f9ca50d784c24df4f5e55f64e963d3517a authored almost 11 years ago
Merge pull request #100 from dougblack/scrolling

add ctrl-e and ctrl-y

d17f7412d7fa2fc6ab5baaec1af0f9de18092fd1 authored almost 11 years ago
link to scrolling.md in README.md

f6c073ebebed147f5c9f09cc7781d797d1529324 authored almost 11 years ago
remove duplicate keybinding

115c3492303a9ddba9c60443114660703cec7cff authored almost 11 years ago
Move workspace creation to test

8b9e06e83ce8ece7c9bdd762258769c750d4eed3 authored almost 11 years ago
show-cursor-just-in-focused-editor

3f63574a25691c54ebbcbd80cf01cc5c21175bf9 authored almost 11 years ago
Hang registers off of workspace instead of vimState

eae4eaf3c309598e313471c54c38bea4a8bf7f9c authored almost 11 years ago
Fix reverse searching for after an API change

248b2bb0cf998a4fb81698c5a41fc24fd5ae12fb authored almost 11 years ago
Extract all this search management to a view model

84e72aae2d15bd5c488d2fb0540dc86eef61916c authored almost 11 years ago
Merge branch 'master' into search-is-a-motion

Conflicts:
lib/motions.coffee
lib/vim-state.coffee
spec/motions-spec.coffee

f48bad7d63834e5426ccbb28048b989cf783b7a4 authored almost 11 years ago
Remove testing view

79aabedfb146a30e6b32e89af4446833a70cd87b authored almost 11 years ago
Remove search history debug statement

a2c16cbbde8a6a3e9ff709b4f7a80271592656b2 authored almost 11 years ago
Cleanup CMIV initialization

1ce60df32d44e59753d536c2829d8662e74214a3 authored almost 11 years ago
Don't raise an error when no previous search available

af7785d9de22dbfb2ce39c0255e85aca40db51ea authored almost 11 years ago
Use a config var for command mode input view font size

1877cd639915d1feb927a6dd9949000755115f4e authored almost 11 years ago
Use index instead of location

723e0c18e7b772060d56538a19ea731c3faaed3a authored almost 11 years ago
Rename command-input-view to command-mode-input-view

3f0f4105e7e8838f3f7bb9d3680d7e980583e679 authored almost 11 years ago
Atom styleguide fixes

765a9b8e82e45d36fb55d8f0880f3aa99edab600 authored almost 11 years ago
Every paren ever

9f88364a8d2ff60efed2ae8206ecf90dbb82aa0c authored almost 11 years ago
Remove spurious comment

c6bc4f2229b9a7c9fe4d76da4bbc29a174d6c07f authored almost 11 years ago
add specs for scrolling

f234cff18ed7a21cadb720cee20a77744cb9b71e authored almost 11 years ago
use screen coordinates

2f95f7249544f696fc5743df9585eda6c3d7cea6 authored almost 11 years ago
remove unused imports

4d449f1aace1cbd2e2052b84bfe53d6b16a8f093 authored almost 11 years ago
change location of new commands in cson

11eb80be587496ebd6645e5bd4093c02c612b9ac authored almost 11 years ago
consistent whitespace

ed95e1ae50daefd07bd3ebdcffc80f36271bfac9 authored almost 11 years ago
better method names

aed8e4bda9b45c62c4c769f5058c7e5bfd32e03a authored almost 11 years ago
add ctrl-e and ctrl-y

ad98aacdb2189ecc15e746a3d54b2c8aa6cb7258 authored almost 11 years ago
add docs for scrolling

8196b575588d8f0733b5f07fbaeae70a5f0c9a8d authored almost 11 years ago
use same destruction style as the rest of package

b4d2d28b6b174a9d216a0f1020560c41e3be3a9e authored almost 11 years ago
Add splits to README

87a1bb5f46171369a092a126ccff405f36061751 authored almost 11 years ago
Prepare 0.8.0 release

1dfc7158f259f5ea2f100d79d1748ae2b4091757 authored almost 11 years ago
Prepare for 0.8.0

7dba5edfdc4335411f4535d10ba32728e8874de7 authored almost 11 years ago
Add changelog for #77

dd18d79f9a040c377dea60ebeb880c665f98448f authored almost 11 years ago
Merge pull request #77 from dougblack/H-L-M

add H, L, and M

67ffaecd5c2082db3f569f4aca11bf9844fb0b70 authored almost 11 years ago
Add changelog for #104

6f4d32f27d632e9c4cd11253ebff01f8e243a7cb authored almost 11 years ago
Merge pull request #104 from dougblack/panes

add pane switch commands

59f998ded4f4acbd096a371b58164813c8a4958d authored almost 11 years ago
add specs for H-L-M

d9fdcba2b71d1287b70f01a2013e3599ba886f91 authored almost 11 years ago
use screen coordinates

5955400b4dadcac79a07cf6ae103ecf5515a70bb authored almost 11 years ago
support counts

f7d82d1f3d552f8ace5490de5a301dfdef069603 authored almost 11 years ago
explicit super call

0e203a3e879ec543055697f85bbc85190b8d56c7 authored almost 11 years ago
remove log statement

d23b77c290630a0ec8fa0321b6f446593f8a7175 authored almost 11 years ago
add H, L, and M to docs

e08889ede938437091d67b112ab29e3cf07606af authored almost 11 years ago
add H, L, and M

10babaaebe6a54b4714516283411d14d5c2b0e7b authored almost 11 years ago
rename spec descriptions to use keybinding names

82c62d80096bdb5e8f83e786176eea647952a254 authored almost 11 years ago
add pane specs

11eb03010adcc5007c2ddb1a37b8701520bb80ba authored almost 11 years ago
add pane creation commands

24237f10461b46f5706bda347151d47c0e73b531 authored almost 11 years ago
add pane switch commands

c9fd11d4d6f2afcfdb3638331388cba5158170ce authored almost 11 years ago
add pane creation docs

29e52bd99dd0cd705af69a9996e99a24fa9a967a authored almost 11 years ago
document missing command

bae543c99e032dc7cc44ee41be8876bd8cb83ac3 authored almost 11 years ago
Merge pull request #124 from ruedap/tiny-fix

Tiny fix for CHANGELOG

0a3817787632bdc8e7c49b314bb2c1dee1ad1a2b authored almost 11 years ago
Tiny fix

1d03e1e86afe99a634783cd7cac2f31abc41bec6 authored almost 11 years ago
Merge pull request #123 from atom/bo-fix-cursor-color

Use syntax variables to fix cursor color

dc3e486fed6a496d2bbc47fe027344daef33a700 authored almost 11 years ago
Add changelog for #120

6b4adb0bd2fc2cad815259ff237ee80a2569670a authored almost 11 years ago
Upgrade min atom version

13c35fd944fcd9b7c2982776848660df54d4d034 authored almost 11 years ago
Merge pull request #120 from adrianolaru/fix-exit-insert-mode-at-bol

Fix insert mode at beginning of line, fixes #115.

fc118f32a2ea3400d808e51a23a840f1e29699bb authored almost 11 years ago
Use syntax variable for cursor color

9724bf594838a8503d0051e747261f7667c2a4e2 authored almost 11 years ago
Use correct cursor API

cf177eca0b62ad63eb0d1c13b07c8a816d26e3a9 authored almost 11 years ago
Fix insert mode at beginning of line

f24c686e4e0f9b5d668b8389f3d9ced4d8cac870 authored almost 11 years ago
Add changelog for #112

49717029785f1e07354f7ee2f45fcc375faf2583 authored almost 11 years ago
Merge pull request #112 from jcurtis/WB2

Implement W and B motions

5b6aebdaf6f64b33c54a420c2a5e5ef753322df2 authored almost 11 years ago
Add changelog for #108

163e763891486a7b80e1718c8153584106fcf5ef authored almost 11 years ago
Merge pull request #108 from ruedap/shift-x-operator

Implement X

2795b46c50286a9e13670124c6c9007a5a7be529 authored almost 11 years ago
Tests for W and B motions

72302936276eecbce62c7f9b669a4242477a238e authored almost 11 years ago
Implement W and B motions

f5e4a2455ac462347811f06f6ffdec2d5df586ee authored almost 11 years ago
Implement X

b107d2ba767f9d367a3a42777eb919e4973593d4 authored almost 11 years ago