AutoYADM commit: 2025-03-09 15:00:03
This commit is contained in:
parent
2ffc18d485
commit
73e7e650b0
3 changed files with 22 additions and 11 deletions
|
@ -170,10 +170,10 @@ alpha=1.0
|
|||
# button-close-color=<regular1>
|
||||
|
||||
[key-bindings]
|
||||
scrollback-up-page=Control+Alt+u
|
||||
scrollback-up-page=Control+Shift+u
|
||||
# scrollback-up-half-page=none
|
||||
# scrollback-up-line=none
|
||||
scrollback-down-page=Control+Alt+d
|
||||
scrollback-down-page=Control+Shift+d
|
||||
# scrollback-down-half-page=none
|
||||
# scrollback-down-line=none
|
||||
# scrollback-home=none
|
||||
|
@ -182,9 +182,9 @@ clipboard-copy=Control+Shift+c XF86Copy
|
|||
clipboard-paste=Control+Shift+v XF86Paste
|
||||
# primary-paste=Shift+Insert
|
||||
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
|
||||
font-decrease=Control+Shift+j
|
||||
font-increase=Control+Shift+l
|
||||
font-reset=Control+0 Control+KP_0
|
||||
# spawn-terminal=none
|
||||
# minimize=none
|
||||
# maximize=none
|
||||
|
@ -192,13 +192,13 @@ search-start=Control+Shift+r
|
|||
# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
|
||||
# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
|
||||
# pipe-selected=[xargs -r firefox] none
|
||||
pipe-command-output=[wl-copy] none # Copy last command's output to the clipboard
|
||||
pipe-command-output=[wl-copy] Control+Shift+y
|
||||
# show-urls-launch=Control+Shift+o
|
||||
# show-urls-copy=none
|
||||
# show-urls-persistent=none
|
||||
# prompt-prev=Control+Shift+z
|
||||
# prompt-next=Control+Shift+x
|
||||
unicode-input=none
|
||||
prompt-prev=Control+Shift+z
|
||||
prompt-next=Control+Shift+x
|
||||
unicode-input=Alt+Shift+u
|
||||
# unicode-input=Control+Shift+u
|
||||
|
||||
# noop=none
|
||||
|
|
|
@ -184,8 +184,8 @@ clipboard-paste=Control+Shift+v XF86Paste
|
|||
# primary-paste=Shift+Insert
|
||||
# search-start=Control+Shift+r
|
||||
search-start=none
|
||||
font-decrease=Control+Shift+l
|
||||
font-increase=Control+Shift+u
|
||||
font-decrease=Control+Shift+j
|
||||
font-increase=Control+Shift+l
|
||||
# font-increase=Control+plus Control+equal Control+KP_Add
|
||||
# font-decrease=Control+minus Control+KP_Subtract
|
||||
# font-reset=Control+0 Control+KP_0
|
||||
|
|
11
.zshrc
11
.zshrc
|
@ -161,6 +161,17 @@ function mksh() {
|
|||
fi
|
||||
}
|
||||
|
||||
function preexec {
|
||||
print -n "\e]133;C\e\\"
|
||||
}
|
||||
|
||||
precmd() {
|
||||
print -Pn "\e]133;A\e\\"
|
||||
if ! builtin zle; then
|
||||
print -n "\e]133;D\e\\"
|
||||
fi
|
||||
}
|
||||
|
||||
# precmd_functions+=(set_win_title viewport_osc)
|
||||
# precmd_functions+=(viewport_osc)
|
||||
# zle -N zle-line-init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue