diff --git a/doc/search-pulse.txt b/doc/search-pulse.txt index 1de9635..e6022fe 100644 --- a/doc/search-pulse.txt +++ b/doc/search-pulse.txt @@ -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. diff --git a/plugin/search_pulse.vim b/plugin/search_pulse.vim index f035f36..7001645 100644 --- a/plugin/search_pulse.vim +++ b/plugin/search_pulse.vim @@ -11,6 +11,7 @@ nnoremap nnoremap \ \ Pulse :call search_pulse#Pulse() +command! -nargs=0 Pulse :call search_pulse#Pulse() if get(g:, 'vim_search_pulse_disable_auto_mappings') != 0 finish