diff --git a/.config/foot/foot.ini##hostname.dbox b/.config/foot/foot.ini##hostname.dbox index 904bfcef..dbae8210 100644 --- a/.config/foot/foot.ini##hostname.dbox +++ b/.config/foot/foot.ini##hostname.dbox @@ -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 diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index db37b6cb..9261a2cb 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -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" } diff --git a/.config/helix/runtime/grammars/mail.so b/.config/helix/runtime/grammars/mail.so index aadc4025..c23295f5 100755 Binary files a/.config/helix/runtime/grammars/mail.so and b/.config/helix/runtime/grammars/mail.so differ diff --git a/.config/lesskey b/.config/lesskey index e195e4d8..0b7b28c0 100644 --- a/.config/lesskey +++ b/.config/lesskey @@ -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 diff --git a/.zshrc b/.zshrc index 328b0787..d7d9e2f6 100644 --- a/.zshrc +++ b/.zshrc @@ -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" }