Move command to show highlight groups.
This commit is contained in:
parent
3aecf8a763
commit
b7e399a9c0
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ inoremap <s-tab> <c-n>
|
|||
let g:vim_json_syntax_conceal = 0
|
||||
|
||||
" Show syntax highlighting groups for word under cursor
|
||||
nmap <C-S-P> :call <SID>SynStack()<CR>
|
||||
nmap <leader>\ :call <SID>SynStack()<CR>
|
||||
function! <SID>SynStack()
|
||||
if !exists("*synstack")
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue