index
:
camelcasemotion
master
A plugin for vim to make motions stop at camelCase or snake_case boundaries
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-06-29
Expand the readme with info to override all default motion mappings
HEAD
master
Patrick Spek
2017-06-29
Add ; to the delimiters
Patrick Spek
2017-06-29
Add guillemets as quotes
Patrick Spek
2017-06-29
Add - and = as word delimiters
Patrick Spek
2017-06-29
Make jumps recognize quotes as well
Patrick Spek
2017-02-27
add vim-wordmotion to the readme
Kevin Le
2017-02-27
match braces, parens, and brackets on word movement
Kevin Le
2017-02-27
explode the regex to make it easier to document
Kevin Le
2016-11-21
Merge pull request #34 from jpassaro/fix-iw-motion
Kevin Le
2016-11-17
inner-word selection excludes the next word
John Passaro
2015-11-25
Merge pull request #27 from ktonga/patch-1
Kevin Le
2015-11-25
Fix recommended vimrc snippet for using default mappings
Gastón M. Tonietti
2015-11-23
readme tweaks
Kevin Le
2015-11-23
markdown readme
Kevin Le
2015-11-23
a quick little changelong
Kevin Le
2015-11-23
don't take over keys by default, require configuration in vimrc
Kevin Le
2015-11-16
support the 'ge' motion
Kevin Le
2015-11-04
Merge pull request #25 from ben-reilly/master
Kevin Le
2015-11-04
Updated README to reflect change to <leader>.
Ben Reilly
2015-11-03
Merge pull request #24 from ben-reilly/master
Kevin Le
2015-11-03
Changed from comma prefix (,w) to mapleader (<leader>w).
Ben Reilly
2015-05-18
Merge pull request #20 from Chronial/feature/nomagic
Kevin Le
2015-05-17
handle nomagic beeing set
Chronial
2015-05-12
fix an issue with movement through words like 'lowercaseCAPS'
Kevin Le
2015-02-09
fix issue with motion between 'CONSECUTIVE ACRONYMS'
Kevin Le
2015-01-14
improve behavior for motion across '.' and '-'
Kevin Le
2015-01-13
fix for consecutive uppercase letters
Kevin Le
2014-05-11
Merge pull request #16 from Shougo/master
Kevin Le
2014-05-11
Add <silent> for mappings
Shougo Matsushita
2013-06-28
Merge pull request #13 from henrik/master
Kevin Le
2013-03-16
Consider "-" a separator just like "_".
Henrik Nyh
2011-11-08
Merge pull request #4 from jean/master
Kevin Le
2011-11-08
Merge pull request #1 from jean/doc-edits
Jean Jordaan
2011-11-08
Add some missing spaces.
Jean Jordaan
2011-11-08
Tidied formatting (fixed spaces).
Jean Jordaan
2011-10-17
Merge pull request #3 from samstokes/master
Kevin Le
2011-10-17
ignore generated doc/tags
Sam Stokes
2011-05-04
Merge pull request #1 from acustodioo/master.
Kevin Le
2011-05-04
add example
acustodioo
2011-01-19
reformatted readme to reST
Kevin Le
2011-01-18
fixed end of word motion for examples like 'testTest'
Kevin Le
2011-01-18
removed vimball, added vim files
Kevin Le
2011-01-18
removed 'forked' from readme
Kevin Le
2010-11-16
initial commit
Kevin Le