Rofi changes, other fixes
This commit is contained in:
parent
b74474aa17
commit
465423bc81
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user