Skip to content

Commit d5feb47

Browse files
committed
Add quick-scope for better-motion
1 parent be8e1a1 commit d5feb47

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

layers/+vim/better-motion/config.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ nmap <Leader>jw <Plug>(easymotion-overwin-w)
2727
2828
map <Leader>jf <Plug>(easymotion-prefix)w
2929
map <Leader>jb <Plug>(easymotion-prefix)F
30+
31+
" Trigger a highlight in the appropriate direction when pressing these keys:
32+
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']

layers/+vim/better-motion/packages.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Plug 'unblevable/quick-scope'
2+
13
if g:spacevim.timer
24
MP 'justinmk/vim-sneak' , { 'on': [] }
35
MP 'easymotion/vim-easymotion' , { 'on': [] }

0 commit comments

Comments
 (0)