mirror of
https://github.com/balkian/dotfiles.git
synced 2025-04-13 00:19:08 +00:00
Better Ctrl-P
This commit is contained in:
parent
c16b670cd8
commit
d3ccd58ae1
@ -184,6 +184,7 @@ bar {
|
||||
position top
|
||||
workspace_buttons yes
|
||||
status_command ~/.i3/conky.sh
|
||||
tray_output primary
|
||||
colors {
|
||||
background #101010
|
||||
statusline #101010
|
||||
|
3
vimrc
3
vimrc
@ -207,3 +207,6 @@ function SetGPGOptions()
|
||||
" Only open folds with insert commands.
|
||||
set foldopen=insert
|
||||
endfunction
|
||||
|
||||
" Do not clear the file cache on exit
|
||||
let g:ctrlp_clear_cache_on_exit = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user