aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-29Expand the readme with info to override all default motion mappingsHEADmasterPatrick Spek1-0/+6
2017-06-29Add ; to the delimitersPatrick Spek1-2/+2
2017-06-29Add guillemets as quotesPatrick Spek1-2/+2
2017-06-29Add - and = as word delimitersPatrick Spek1-0/+2
2017-06-29Make jumps recognize quotes as wellPatrick Spek1-0/+2
2017-02-27add vim-wordmotion to the readmeKevin Le1-0/+5
2017-02-27match braces, parens, and brackets on word movementKevin Le1-0/+1
fixes #32
2017-02-27explode the regex to make it easier to documentKevin Le1-2/+26
2016-11-21Merge pull request #34 from jpassaro/fix-iw-motionKevin Le1-1/+10
inner-word selection excludes the next word
2016-11-17inner-word selection excludes the next wordJohn Passaro1-1/+10
See github issues #28 and #31.
2015-11-25Merge pull request #27 from ktonga/patch-1Kevin Le1-1/+1
Fix recommended vimrc snippet for using default mappings
2015-11-25Fix recommended vimrc snippet for using default mappingsGastón M. Tonietti1-1/+1
The line as advice doesn't work. I had to add `call` to make it work.
2015-11-23readme tweaksKevin Le1-10/+10
2015-11-23markdown readmeKevin Le1-58/+76
2015-11-23a quick little changelongKevin Le1-0/+5
2015-11-23don't take over keys by default, require configuration in vimrcKevin Le4-128/+102
fixes #26
2015-11-16support the 'ge' motionKevin Le4-333/+337
fixes #11
2015-11-04Merge pull request #25 from ben-reilly/masterKevin Le1-22/+43
Updated README to reflect change to <leader>.
2015-11-04Updated README to reflect change to <leader>.Ben Reilly1-22/+43
2015-11-03Merge pull request #24 from ben-reilly/masterKevin Le2-38/+43
Changed from comma prefix (,w) to mapleader (<leader>w).
2015-11-03Changed from comma prefix (,w) to mapleader (<leader>w).Ben Reilly2-38/+43
2015-05-18Merge pull request #20 from Chronial/feature/nomagicKevin Le1-2/+2
Add suport for nomagic
2015-05-17handle nomagic beeing setChronial1-2/+2
2015-05-12fix an issue with movement through words like 'lowercaseCAPS'Kevin Le1-2/+2
2015-02-09fix issue with motion between 'CONSECUTIVE ACRONYMS'Kevin Le1-1/+1
2015-01-14improve behavior for motion across '.' and '-'Kevin Le1-1/+1
fixes #2
2015-01-13fix for consecutive uppercase lettersKevin Le1-2/+2
fixes #8
2014-05-11Merge pull request #16 from Shougo/masterKevin Le1-2/+2
Add <silent> for mappings
2014-05-11Add <silent> for mappingsShougo Matsushita1-2/+2
2013-06-28Merge pull request #13 from henrik/masterKevin Le1-2/+2
Consider "-" a separator just like "_".
2013-03-16Consider "-" a separator just like "_".Henrik Nyh1-2/+2
This means you can do `set iskeyword+=-` to autocomplete including dashes, but still use CamelCaseMotion for the subparts.
2011-11-08Merge pull request #4 from jean/masterKevin Le2-30/+31
Tidy formatting of documentation
2011-11-08Merge pull request #1 from jean/doc-editsJean Jordaan2-30/+31
Doc edits
2011-11-08Add some missing spaces.Jean Jordaan1-2/+2
2011-11-08Tidied formatting (fixed spaces).Jean Jordaan1-28/+29
2011-10-17Merge pull request #3 from samstokes/masterKevin Le1-0/+1
.gitignore for Pathogen-generated doc/tags file
2011-10-17ignore generated doc/tagsSam Stokes1-0/+1
2011-05-04Merge pull request #1 from acustodioo/master.Kevin Le1-0/+6
add example
2011-05-04add exampleacustodioo1-0/+6
2011-01-19reformatted readme to reSTKevin Le1-30/+51
2011-01-18fixed end of word motion for examples like 'testTest'Kevin Le1-1/+1
2011-01-18removed vimball, added vim filesKevin Le4-569/+560
2011-01-18removed 'forked' from readmeKevin Le1-3/+0
2010-11-16initial commitKevin Le2-0/+667