Vim CSS Color Picker
2021. 8. 13. 08:51ㆍUbuntu
https://github.com/KabbAmine/vCoolor.vim
GitHub - KabbAmine/vCoolor.vim: Simple color selector/picker plugin for Vim.
Simple color selector/picker plugin for Vim. Contribute to KabbAmine/vCoolor.vim development by creating an account on GitHub.
github.com
~/.config/nvim/init.vim 파일에 아래 줄 추가
" vCoolor 관련 내용
" <Alt-H> you can insert a HEX color anywhere
" (NORMAL mode map)
map <silent> <A-h> :VCoolor<CR>
" (INSERT mode map)
inoremap <silent> <A-h> <ESC>:VCoolor<CR>
"<Alt-R> you can insert a rgb color anywhere (NORMAL and INSERT modes).
"<Alt-V> you can insert a hsl color anywhere (NORMAL and INSERT modes).
"<Alt-W> you can insert a rgba color anywhere (NORMAL and INSERT modes).
alt + h 키를 누르면 아래와 같이 지정된 색상이 HEX 코드로 반환된다.
'Ubuntu' 카테고리의 다른 글
hexedit 유용한 단축키 정리 (0) | 2021.08.19 |
---|---|
크롬 설치 (0) | 2021.08.13 |
vim (nvim) 유용한 단축키 (0) | 2021.08.13 |
linux(ubuntu) 파일 공유 (0) | 2021.08.09 |
프롬프트 커스터마이즈 (0) | 2021.08.09 |