Better Ctrl-P

tmux
J. Fernando Sánchez 11 years ago
parent c16b670cd8
commit d3ccd58ae1

@ -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

@ -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

Loading…
Cancel
Save