Commit Graph

535 Commits

Author SHA1 Message Date
haya14busa
2c75f4f462 Modify regexp of visual mode 2014-02-07 02:17:56 +09:00
haya14busa
2ab183138a Merge branch 'improve/default' into master #85 2014-02-06 23:40:52 +09:00
haya14busa
abfd4a5469 Fix default key of s didn't work
Remove obsolete mapping `S`
2014-02-06 23:39:11 +09:00
haya14busa
525b008695 Modify should_use_smartcase to should_case_sensitive
Take into account &ignorecase and &smartcase for n key find motion to be
consistent with vim default search
2014-02-06 22:12:52 +09:00
haya14busa
9ad2b5b986 Implement g:EasyMotion_space_jump_first
Description: If you set this value 1, you can jump to first match by
             pressing space when prompt target label. <Space> key
             version of g:EasyMotion_enter_jump_first
Default: 0
2014-02-06 21:26:39 +09:00
haya14busa
112f4375d4 Improve default value of g:Easymotion_keys
- Use qwerty keys layout by default and this is intuitive and easy to
  type
- Remove uppear case letter because to press Shit is pain and EasyMotion
  shows two label if there are a lot of matches, so it's little problem
  to reduce g:Easymotion_keys
- EasyMotion use last keys as a first key of two label, so I moved `f`,
  `j`, and `;` to last
2014-02-06 21:21:49 +09:00
haya14busa
1b842507ba Update TODO 2014-02-06 21:08:30 +09:00
haya14busa
5475bd72f6 Merge branch 'improve/commandline' into dev 2014-02-06 19:44:30 +09:00
haya14busa
415f781e54 Update doc: minor change 2014-02-06 19:38:26 +09:00
haya14busa
936adf59f0 Remove on_cancel & use exit_code() 2014-02-06 19:35:16 +09:00
haya14busa
262152aad0 Update vital-over 2014-02-06 19:08:14 +09:00
haya14busa
98d437ad8a Merge pull request #87 from LFDM/housekeeping
Minor stuff
2014-02-06 18:56:56 +09:00
haya14busa
46f7c2066f Merge pull request #86 from LFDM/bd_fl
Adds bd-f plugs for consistency in plug naming
2014-02-06 18:55:01 +09:00
LFDM
4ed3fce6dd Adds rake to Gemfile
There is a Rakefile after all.
2014-02-05 21:13:46 +01:00
LFDM
2fbe70aa34 Deletes an obsolete function
Has been moved to the helpers file in the past
2014-02-05 21:11:06 +01:00
LFDM
93ac69b927 Adds specs for plugs 2014-02-05 20:43:49 +01:00
LFDM
a0a546fadf Adds missing bd-f plugs 2014-02-05 20:43:49 +01:00
haya14busa
cb0ba2563d Oops 2014-02-05 23:15:57 +09:00
haya14busa
41dd57c5f6 Add travis ci icon 2014-02-05 21:02:56 +09:00
haya14busa
5f756f857a Merge branch 'improve/highlight' into master 2014-02-05 16:25:27 +09:00
haya14busa
8a11e55e60 Improve highlight 2014-02-05 16:06:47 +09:00
haya14busa
949448ec24 Move highlight to autoload/ from plugin/ 2014-02-05 15:18:25 +09:00
haya14busa
eb7bd701f9 Merge branch 'fix/shade_config' into master 2014-02-05 15:15:28 +09:00
haya14busa
01f7f06a0a Fix shade configuration for find motion command line
close #83
2014-02-05 15:15:05 +09:00
haya14busa
69f2be39f2 Update doc: command line for find motion 2014-02-05 15:09:52 +09:00
haya14busa
d3ee7bb8d9 Improve command line for find motion
Add:
  - autocmd User
  - InsertRegister
  - EMCommandLine Map, NoreMap, UnMap
  - Emacs like keymapping by default

Change:
  - Modify default buffer completion key from <C-d> to <C-l>
2014-02-05 14:20:50 +09:00
haya14busa
09aed7af0c Update vital-over 2014-02-05 14:16:23 +09:00
haya14busa
2d5b12ef01 Merge branch 'improve/highlight' into master 2014-02-04 17:35:14 +09:00
haya14busa
a45cee4b42 Improve highlight & speed
Including Cosmetic change
2014-02-04 17:31:55 +09:00
haya14busa
8e4ec37037 Fix to use global variable for highlight group 2014-02-04 17:31:55 +09:00
haya14busa
39af11c648 Merge branch 'fix/travis' into master 2014-02-03 09:59:16 +09:00
haya14busa
f718cd4ae3 Remove travis icon temporarily 2014-02-03 09:58:47 +09:00
haya14busa
3118ecdd2b Merge branch 'fix/travis' into master 2014-02-03 07:02:13 +09:00
haya14busa
2707066e59 Fix travis build icon 2014-02-03 06:59:29 +09:00
haya14busa
0349345042 Merge pull request #79 from haya14busa/haya14busa/version2.0
Haya14busa/version2.0
2014-02-01 09:35:03 -08:00
haya14busa
a3379ce3cb Modify author description 2014-02-02 02:26:06 +09:00
haya14busa
733d5a1bde Merge branch 'master' into adjust/lokaltog 2014-02-02 02:11:10 +09:00
haya14busa
f5fd47968e Merge branch 'feature/vital-over' into master 2014-02-02 02:03:39 +09:00
haya14busa
b368309fb3 Modify to use vital-over for commandline of find motion
Add buffer completion, paste and mapping feature
2014-02-02 02:02:26 +09:00
haya14busa
767d3b5204 fix document for migemo 2014-02-01 15:07:31 +09:00
haya14busa
7e6a81a160 Update README 2014-02-01 15:00:26 +09:00
haya14busa
4b06dd6e8b Modify detection of <CR> 2014-02-01 13:03:46 +09:00
haya14busa
6521dd8a28 Use regexp in 'n' key find motion by default 2014-02-01 12:42:45 +09:00
haya14busa
10e875d3ce Turn on option for search value by default 2014-02-01 10:00:45 +09:00
haya14busa
38878f0a6e Remove easymotion-S
easymotion-S is same as easymotion-bd-w
2014-01-31 17:06:36 +09:00
haya14busa
5b2b33f36e Completely remove special function: SelectLines & SelectPhrase 2014-01-31 16:59:28 +09:00
haya14busa
e8590d5a58 Update README: Version 2.0 2014-01-31 16:32:00 +09:00
haya14busa
e537df8cb0 Update Document: Version 2.0 2014-01-31 16:31:53 +09:00
haya14busa
c9d0d18190 Vitalize Over.Commandline 2014-01-29 14:29:23 +09:00
haya14busa
6025c757d4 Fix: space 2014-01-27 21:47:10 +09:00