mirror of
https://github.com/ernstwi/vim-secret.git
synced 2025-12-26 17:25:00 +08:00
Add mapping <Plug>SecretToggle
This commit is contained in:
parent
33ef0ba3b6
commit
a911e7e891
5 changed files with 29 additions and 2 deletions
|
|
@ -64,12 +64,20 @@ g:secret_timeout_insert Hide entire buffer after 'updatetime' milliseconds
|
|||
==============================================================================
|
||||
MAPPINGS *secret-mappings*
|
||||
|
||||
Secret view mappings~
|
||||
*g:secret_quickhide*
|
||||
g:secret_quickhide Hide entire buffer until the cursor is moved. Set this
|
||||
to a key sequence string: >
|
||||
g:secret_quickhide Hide entire buffer until the cursor is moved.
|
||||
Set this to a key sequence string: >
|
||||
|
||||
let g:secret_quickhide = '<Leader>q'
|
||||
|
||||
Global mappings~
|
||||
*<Plug>SecretToggle*
|
||||
<Plug>SecretToggle Toggle secret view.
|
||||
<Plug> mappings are used like this: >
|
||||
|
||||
nmap <Leader>s <Plug>SecretToggle
|
||||
|
||||
==============================================================================
|
||||
HIGHLIGHTING *secret-highlight* *SecretVisible*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue