AutoYADM commit: 2025-02-18 17:15:06

This commit is contained in:
Daniel Fichtinger 2025-02-18 17:15:06 -05:00
parent 77432d54cc
commit 5ecf1a3028
5 changed files with 10 additions and 5 deletions

View file

@ -5,7 +5,7 @@
# login-shell=no # login-shell=no
# app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode # app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
title=foot # title=foot
# locked-title=no # locked-title=no
include=~/dev/plugins/ashen.nvim/extras/foot/ashen.ini include=~/dev/plugins/ashen.nvim/extras/foot/ashen.ini

View file

@ -88,5 +88,5 @@ file-types = ["eml"]
[[grammar]] [[grammar]]
name = "mail" name = "mail"
# source.path = "/home/fic/dev/tree-sitter-mail" source.path = "/home/fic/dev/tree-sitter-mail"
source = { git = "https://github.com/stevenxxiu/tree-sitter-mail", rev = "e3d63ac2093e22777cb30d70b9264f48814622ad" } # source = { git = "https://github.com/stevenxxiu/tree-sitter-mail", rev = "e3d63ac2093e22777cb30d70b9264f48814622ad" }

View file

@ -1,2 +1,7 @@
#command #command
j quit m back-line
n forw-line
e back-line
i forw-line
j repeat-search
J reverse-search

2
.zshrc
View file

@ -134,7 +134,7 @@ function zle-keymap-select zle-line-init zle-line-finish
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"
} }