Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/search-pulse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ star motions. Here's the configuration:
==============================================================================
4. Commands *SearchPulseCommands*

:Pulse *:Pulse*

Pulse the current line.

:SearchPulseToggle *:SearchPulseToggle*

Easily switch the search pulse on and off.
1 change: 1 addition & 0 deletions plugin/search_pulse.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ nnoremap
nnoremap
\ <silent>
\ <SID>Pulse :call search_pulse#Pulse()<cr>
command! -nargs=0 Pulse :call search_pulse#Pulse()

if get(g:, 'vim_search_pulse_disable_auto_mappings') != 0
finish
Expand Down