AutoYADM commit: 2025-01-14 21:40:05
This commit is contained in:
parent
5ca9390fd1
commit
3319037598
3 changed files with 7 additions and 3 deletions
|
@ -183,7 +183,7 @@ search-start=Control+Shift+r
|
|||
# font-increase=Control+plus Control+equal Control+KP_Add
|
||||
# font-decrease=Control+minus Control+KP_Subtract
|
||||
# font-reset=Control+0 Control+KP_0
|
||||
spawn-terminal=none
|
||||
# spawn-terminal=none
|
||||
# minimize=none
|
||||
# maximize=none
|
||||
# fullscreen=none
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
border: none;
|
||||
border-radius: 0;
|
||||
min-height: 0;
|
||||
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
||||
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
||||
font-family: SauceCodePro NFM;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
|
|
5
.zshrc
5
.zshrc
|
@ -109,7 +109,10 @@ DISABLE_AUTO_TITLE="true"
|
|||
function set_win_title(){
|
||||
echo -ne "\033]0; ${PWD/#$HOME/~} \007"
|
||||
}
|
||||
precmd_functions+=(set_win_title)
|
||||
function viewport_osc(){
|
||||
print -Pn "\e]133;A\e\\"
|
||||
}
|
||||
precmd_functions+=(set_win_title viewport_osc)
|
||||
zle -N zle-line-init
|
||||
zle -N zle-line-finish
|
||||
zle -N zle-keymap-select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue