1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-27 21:51:43 +00:00

Better Ctrl-P

This commit is contained in:
J. Fernando Sánchez 2014-01-20 15:39:23 +01:00
parent c16b670cd8
commit d3ccd58ae1
2 changed files with 4 additions and 0 deletions

View File

@ -184,6 +184,7 @@ bar {
position top position top
workspace_buttons yes workspace_buttons yes
status_command ~/.i3/conky.sh status_command ~/.i3/conky.sh
tray_output primary
colors { colors {
background #101010 background #101010
statusline #101010 statusline #101010

3
vimrc
View File

@ -207,3 +207,6 @@ function SetGPGOptions()
" Only open folds with insert commands. " Only open folds with insert commands.
set foldopen=insert set foldopen=insert
endfunction endfunction
" Do not clear the file cache on exit
let g:ctrlp_clear_cache_on_exit = 0