diff options
| author | 2025-03-06 14:13:03 -0500 | |
|---|---|---|
| committer | 2025-03-06 14:13:03 -0500 | |
| commit | d907076ef8d0fcfcb8f99581aa3cc8052634a654 (patch) | |
| tree | 8a1cae7260911b6c61c3d3c507a5a032c83b910a /files/nvim | |
| parent | 7c128e197b605ca95b5b72d3b3c613f2103d83ff (diff) | |
| download | dotfiles-d907076ef8d0fcfcb8f99581aa3cc8052634a654.tar.gz dotfiles-d907076ef8d0fcfcb8f99581aa3cc8052634a654.tar.bz2 dotfiles-d907076ef8d0fcfcb8f99581aa3cc8052634a654.zip | |
Vim color tweaks
Diffstat (limited to 'files/nvim')
| -rw-r--r-- | files/nvim/init.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/files/nvim/init.vim b/files/nvim/init.vim index f7c4d54..d52edcc 100644 --- a/files/nvim/init.vim +++ b/files/nvim/init.vim @@ -191,8 +191,10 @@ nmap <silent> <C-i> :GGrep<CR> nmap <silent> <C-\> :GFiles<CR> " Only Neogit bind, handle all further operations from this menu. nmap <silent> Y :Neogit<CR> -" Undotree +" Undotree. nmap <silent> U :UndotreeToggle<CR> +" Toggle hex color highlighting. +nnoremap <silent> # :CccHighlighterToggle<CR> command Tabify set noexpandtab | %retab! | set expandtab command Untabify set expandtab | %retab! |