Add mapping <Plug>SecretToggle

This commit is contained in:
Ernst Widerberg 2021-01-30 12:09:05 +01:00
parent 33ef0ba3b6
commit a911e7e891
5 changed files with 29 additions and 2 deletions

View file

@ -1,4 +1,5 @@
command! -bang -nargs=* Secret call secret#secret(<bang>1, <f-args>)
nmap <silent> <Plug>SecretToggle :call secret#toggle()<CR>
if !exists('g:secret_cchar')
let g:secret_cchar = '•'