diff options
author | Chris <[email protected]> | 2020-09-04 16:15:26 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-09-04 16:15:26 -0400 |
commit | 787f9404cb3b359f433d9b1ca201dce39590a103 (patch) | |
tree | 2149d6594849a5cfe525176ab3509c7e005800bd /general/functions.vim | |
parent | 58e714dbd87c0e3b59ceac2a9dad2529f79b6b19 (diff) |
new colorscheme
Diffstat (limited to 'general/functions.vim')
-rw-r--r-- | general/functions.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/general/functions.vim b/general/functions.vim index d207d85f..25397cf1 100644 --- a/general/functions.vim +++ b/general/functions.vim @@ -4,3 +4,7 @@ augroup auto_spellcheck autocmd BufNewFile,BufRead *.md setlocal spell augroup END + +nnoremap <f10> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<' +\ . synIDattr(synID(line("."),col("."),0),"name") . "> lo<" +\ . synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">"<cr> |