Skip to content

Instantly share code, notes, and snippets.

@mfe5003
Created September 26, 2018 19:00
Show Gist options
  • Save mfe5003/66eb6966889a4e1f4921a569d48a6f75 to your computer and use it in GitHub Desktop.
Save mfe5003/66eb6966889a4e1f4921a569d48a6f75 to your computer and use it in GitHub Desktop.
.vimrc for servers
syntax on
colorscheme mebert
set nu
map <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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment