mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-14 20:53:48 -05:00
Add option g:indent_guides_default_mapping
This commit is contained in:
@@ -168,6 +168,14 @@ map it to other keys. For example:
|
||||
:nmap <silent> <Leader>ig <Plug>IndentGuidesToggle
|
||||
<
|
||||
|
||||
The plugin will not provide the default mapping if either:
|
||||
* You already have something mapped to <Plug>IndentGuidesToggle.
|
||||
* You are already using the <Leader>ig key sequence.
|
||||
* You set to 0 the variable g:indent_guides_default_mapping:
|
||||
>
|
||||
let g:indent_guides_default_mapping=0
|
||||
<
|
||||
|
||||
You can also map some other commands that are not mapped by default. For
|
||||
example:
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user