Better Ctrl-P

tmux
J. Fernando Sánchez 10 years ago
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

@ -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…
Cancel
Save