Rofi changes, other fixes

This commit is contained in:
Austen Adler 2016-05-06 14:50:17 -04:00
parent b74474aa17
commit 465423bc81
2 changed files with 7 additions and 1 deletions

View File

@ -65,3 +65,7 @@ rofi.bg: #121212
rofi.fg: #8f8f8f
rofi.hlbg: #5a5a5a
rofi.hlfg: #000000
rofi.color-normal: #121212,#8f8f8f,#121212,#5a5a5a,#000000
rofi.color-active: #121212,#8f8f8f,#121212,#5a5a5a,#000000
rofi.color-urgent: #121212,#8f8f8f,#121212,#5a5a5a,#000000
rofi.color-window: #121212,#8f8f8f

View File

@ -99,7 +99,9 @@ let g:tex_flavor='latex'
"Gundo
nnoremap <F5> :GundoToggle<CR>
"Easytags
nnoremap <Leader><Space> :CtrlPTag<CR>
"nnoremap <Leader><Space> :CtrlPTag<CR>
"Replacing easytags with ctrl p buffer
nnoremap <Leader><Space> :CtrlPBuffer<CR>
"Tagbar
"nnoremap <Leader><Space> :Tagbar<CR>
"Add a bundle from clipboard