mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
fix ctrlp and sc
This commit is contained in:
parent
2a047c3918
commit
1ff18089fe
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue