1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 02:43:23 -07:00

fix ctrlp and sc

This commit is contained in:
Connor Olding 2017-01-30 15:36:23 -08:00
parent 2a047c3918
commit 1ff18089fe
2 changed files with 3 additions and 1 deletions

View File

@ -407,7 +407,7 @@ augroup END
" ctrlp {{{1
let g:ctrlp_match_window = 'bottom,order:btt,min:1,max:24,results:0'
let g:ctrlp_match_window = 'bottom,order:btt,min:1,max:24,results:24'
" airline {{{1

View File

@ -139,6 +139,8 @@ for x in arith hex curl fc find ftp history let locate rsync scp sftp wget twitc
alias $x="noglob $x"
unset x
alias sc="~/sh/sc"
if [[ "$TERM" = xterm* ]]; then
precmd() { print -Pn "\e]2;%M: %~\a" }
fi