Commit Graph

175 Commits

Author SHA1 Message Date
haya14busa
e27e7d65c4 Handle CSApprox: do not use CSApprox by default
Github: #99 #98 #90 #35 #31
2014-02-12 13:20:57 +09:00
LFDM
dc59cb0bf6 Updates requirements to vim 7.3 2014-02-07 22:52:00 +01:00
haya14busa
abfd4a5469 Fix default key of s didn't work
Remove obsolete mapping `S`
2014-02-06 23:39:11 +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
5475bd72f6 Merge branch 'improve/commandline' into dev 2014-02-06 19:44:30 +09: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
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
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
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
f00b912940 Implement 'n' key motion offscreen search!
Including some refactoring
    - s:Easymotion function
        - handling original & cursor position
    - autoload/EasyMotion/command_line.vim
    - s:Getvisualstartposition function
2014-01-23 11:47:31 +09:00
haya14busa
c6a01fe473 Implement g:Easymotion_add_search_history option 2014-01-23 11:41:43 +09:00
haya14busa
33bf1de0f8 Implement activate function
For clever motion & highlight
2014-01-23 11:38:00 +09:00
haya14busa
72dd8ecbd9 Modify cursor highlight color 2014-01-22 11:08:37 +09:00
haya14busa
16ec2a977e Implement cursor highlight feature 2014-01-22 11:08:30 +09:00
haya14busa
a0c2b760fe Implement bidirectional t motion and fix exclusive & inclusive flag
Implement: bidirectional t including within line, two-key, multi find
motion.
Fix: misuse of exclusive -> inclusive
Fix: bidirectional find motion inclusive flag
Add: test case for bidirectional t motion

close #6
2014-01-21 11:23:14 +09:00
haya14busa
c2c15d74ab Merge branch 'feature/inc_highlight' into master 2014-01-21 08:14:44 +09:00
haya14busa
8a103b5a00 Fix to set ColorScheme autocmd 2014-01-21 08:07:10 +09:00
haya14busa
1766e734d6 Add debug script 2014-01-21 06:30:30 +09:00
haya14busa
c714ae455f Modify highlight color 2014-01-21 06:24:32 +09:00
haya14busa
e2539a329b Implement clever-f like feature 2014-01-20 14:36:50 +09:00
haya14busa
2b5fb62123 Implement & Improve highlight
Implement:
    - increment highlight
    - moving highlight
    - cursor highlight
Improve:
    - method
    - bi-directional shade regexp
2014-01-20 14:36:31 +09:00
haya14busa
5aa681d9a1 Implement regexp option to multi input find motion 2014-01-17 20:59:41 +09:00
haya14busa
5bed6b3f9e Cosmetic: retab to expandtab all and add modeline 2014-01-17 17:39:26 +09:00
haya14busa
9c0183faa7 Modify prompt message and make it more configurable 2014-01-17 15:12:33 +09:00
haya14busa
4728a9dcbd Modify condition for multi input find motion 2014-01-17 15:10:07 +09:00
haya14busa
c9be21f414 Rename <Plug>(easymotion-previous) to <Plug>(easymotion-prev) 2014-01-16 23:37:47 +09:00
haya14busa
6b77811186 Implement next/previous motion like ; & , 2014-01-16 23:18:56 +09:00
haya14busa
9d8864c838 Fix typo: <Plug> 2014-01-16 20:40:56 +09:00
haya14busa
c7e1b7c2bf Implement "." repeat!
Require tpope/vim-repeat
2014-01-16 13:36:55 +09:00
haya14busa
0daa6d5ee5 Implement Start of Line JK motion 2014-01-15 10:29:17 +09:00
haya14busa
f0969edf65 Change EOL JK motion plug mapping name
<Plug>(easymotion-J) -> <Plug>(easymotion-eol-j)
<Plug>(easymotion-J) -> <Plug>(easymotion-eol-k)
2014-01-15 10:28:29 +09:00
Tom Cammann
fc34b17c55 Remove default end of line mapping, changed matching regex 2014-01-14 22:58:38 +00:00
Tom Cammann
c72e01e970 Add end of line mappings to J and K 2014-01-14 01:00:06 +00:00
haya14busa
4122b8eda5 Merge branch 'feature/mjolvim-motion' into master
Conflicts:
	autoload/EasyMotion.vim
	plugin/EasyMotion.vim
2014-01-14 08:54:16 +09:00
haya14busa
512ecf851a Improve command_line and move helper function 2014-01-14 08:48:26 +09:00
haya14busa
7ab69a7dc2 Add prompt option 2014-01-14 06:31:31 +09:00
haya14busa
f4a59023da Modify mapping method 2014-01-14 04:29:09 +09:00
haya14busa
cb9d74831e Modify special mapping 2014-01-14 03:58:21 +09:00
haya14busa
67f5afde53 Modify EasyMotion#User 2014-01-14 03:58:21 +09:00
haya14busa
b9ece15e1c Fix visual mode scroll bug completely!
Problem  : line('w0') & line('w$') doesn't work correctly in visual mode
Solution : Prepend <ESC> to xnoremap and modify code

Change   :
    - method of mapping
    - use softtab in plugin/EasyMotion.vim
2014-01-14 03:58:15 +09:00
haya14busa
45ff4bcf31 Fix color for cterm and Add comment 2014-01-12 21:50:23 +09:00
haya14busa
6c656b1f17 Refactoring of find motion for multi key strokes 2014-01-12 21:45:21 +09:00