AutoYADM commit: 2025-02-05 10:30:08
This commit is contained in:
parent
edd304acc9
commit
49df57dbac
3 changed files with 22 additions and 22 deletions
|
@ -76,7 +76,7 @@ close=""
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
style=beam
|
style=beam
|
||||||
blink=no
|
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>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# vim:fileencoding=utf-8:foldmethod=marker
|
# vim:fileencoding=utf-8:foldmethod=marker
|
||||||
map ctrl+enter send_text all \u2190
|
# map ctrl+enter send_text all \u2190
|
||||||
font_family SauceCodeProNFM
|
font_family SauceCodeProNFM
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
font_size 14.0
|
font_size 12.0
|
||||||
window_padding_width 0
|
window_padding_width 0
|
||||||
# force_ltr no
|
# force_ltr no
|
||||||
single_window_padding_width -1
|
single_window_padding_width -1
|
||||||
|
@ -340,8 +340,8 @@ bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
# END_KITTY_FONTS
|
# END_KITTY_FONTS
|
||||||
include ~/.cache/wal/colors-kitty.conf
|
include ~/dev/plugins/ashen.nvim/extras/kitty/Ashen.conf
|
||||||
background_opacity 0.9
|
background_opacity 1
|
||||||
map ctrl+shift+r no_op
|
map ctrl+shift+r no_op
|
||||||
map ctrl+shift+o no_op
|
map ctrl+shift+o no_op
|
||||||
map ctrl+shift+q no_op
|
map ctrl+shift+q no_op
|
||||||
|
|
34
.zshrc
34
.zshrc
|
@ -100,23 +100,23 @@ 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\\"
|
||||||
# }
|
}
|
||||||
# # 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue