AutoYADM commit: 2025-03-01 09:45:04
This commit is contained in:
parent
5b22e8bcc2
commit
e93b9da138
3 changed files with 20 additions and 20 deletions
|
@ -78,8 +78,8 @@ label-letters=tnserigmdhcao
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
style=beam
|
style=beam
|
||||||
blink=yes
|
# blink=yes
|
||||||
blink-rate=600
|
# blink-rate=600
|
||||||
beam-thickness=0.5
|
beam-thickness=0.5
|
||||||
# underline-thickness=<font underline thickness>
|
# underline-thickness=<font underline thickness>
|
||||||
# color=121212 f5f5f5
|
# color=121212 f5f5f5
|
||||||
|
|
|
@ -412,10 +412,10 @@ binds {
|
||||||
Mod+Shift+Ctrl+Up {
|
Mod+Shift+Ctrl+Up {
|
||||||
move-column-to-monitor-up
|
move-column-to-monitor-up
|
||||||
}
|
}
|
||||||
Mod+Shift+Ctrl+Right {
|
Mod+Shift+Period {
|
||||||
move-column-to-monitor-right
|
move-column-to-monitor-right
|
||||||
}
|
}
|
||||||
Mod+Shift+Ctrl+M {
|
Mod+Shift+Comma {
|
||||||
move-column-to-monitor-left
|
move-column-to-monitor-left
|
||||||
}
|
}
|
||||||
Mod+Shift+Ctrl+N {
|
Mod+Shift+Ctrl+N {
|
||||||
|
|
32
.zshrc
32
.zshrc
|
@ -130,21 +130,21 @@ function cat() {
|
||||||
}
|
}
|
||||||
# . /opt/asdf-vm/asdf.sh
|
# . /opt/asdf-vm/asdf.sh
|
||||||
# Need this to fix the cursor in tmux
|
# Need this to fix the cursor in tmux
|
||||||
print -n '\033[5 q'
|
# print -n '\033[5 q'
|
||||||
function zle-keymap-select zle-line-init zle-line-finish
|
# function zle-keymap-select zle-line-init zle-line-finish
|
||||||
{
|
# {
|
||||||
case $KEYMAP in
|
# case $KEYMAP in
|
||||||
vicmd) print -n '\033[1 q' ;; # block cursor
|
# vicmd) print -n '\033[1 q' ;; # block cursor
|
||||||
viins | main) print -n '\033[5 q' ;; # line cursor
|
# viins | main) print -n '\033[5 q' ;; # line cursor
|
||||||
esac
|
# esac
|
||||||
}
|
# }
|
||||||
# DISABLE_AUTO_TITLE="true"
|
# DISABLE_AUTO_TITLE="true"
|
||||||
function set_win_title() {
|
# function set_win_title() {
|
||||||
echo -ne "\033]0; ${PWD/#$HOME/~} \007"
|
# echo -ne "\033]0; ${PWD/#$HOME/~} \007"
|
||||||
}
|
# }
|
||||||
function viewport_osc() {
|
# function viewport_osc() {
|
||||||
print -Pn "\e]133;A\e\\"
|
# print -Pn "\e]133;A\e\\"
|
||||||
}
|
# }
|
||||||
|
|
||||||
function mksh() {
|
function mksh() {
|
||||||
local filepath="$1.sh"
|
local filepath="$1.sh"
|
||||||
|
@ -162,7 +162,7 @@ function mksh() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# precmd_functions+=(set_win_title viewport_osc)
|
# precmd_functions+=(set_win_title viewport_osc)
|
||||||
precmd_functions+=(viewport_osc)
|
# precmd_functions+=(viewport_osc)
|
||||||
zle -N zle-line-init
|
zle -N zle-line-init
|
||||||
zle -N zle-line-finish
|
zle -N zle-line-finish
|
||||||
zle -N zle-keymap-select
|
zle -N zle-keymap-select
|
||||||
|
@ -177,4 +177,4 @@ export GPG_TTY=$(tty)
|
||||||
# gpg-connect-agent /bye > /dev/null
|
# gpg-connect-agent /bye > /dev/null
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
# colorscript -e 36
|
# colorscript -e 36
|
||||||
source ~/scripts/obsidian-bridge.sh
|
# source ~/scripts/obsidian-bridge.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue