Skip to content

Commit

Permalink
Add quick-scope for better-motion
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Jun 2, 2018
1 parent be8e1a1 commit d5feb47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layers/+vim/better-motion/config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ nmap <Leader>jw <Plug>(easymotion-overwin-w)
map <Leader>jf <Plug>(easymotion-prefix)w
map <Leader>jb <Plug>(easymotion-prefix)F
" Trigger a highlight in the appropriate direction when pressing these keys:
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
2 changes: 2 additions & 0 deletions layers/+vim/better-motion/packages.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Plug 'unblevable/quick-scope'

if g:spacevim.timer
MP 'justinmk/vim-sneak' , { 'on': [] }
MP 'easymotion/vim-easymotion' , { 'on': [] }
Expand Down

0 comments on commit d5feb47

Please sign in to comment.