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
# 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
include=~/dev/plugins/ashen.nvim/extras/foot/ashen.ini

View file

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

View file

@ -1,2 +1,7 @@
#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
esac
}
DISABLE_AUTO_TITLE="true"
# DISABLE_AUTO_TITLE="true"
function set_win_title(){
echo -ne "\033]0; ${PWD/#$HOME/~} \007"
}