mirror of
https://github.com/ernstwi/vim-secret.git
synced 2026-01-07 00:57:27 +08:00
Add mapping <Plug>SecretToggle
This commit is contained in:
parent
33ef0ba3b6
commit
a911e7e891
5 changed files with 29 additions and 2 deletions
|
|
@ -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 = '•'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue