diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index bcfe3f8a..284971e4 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/binds.conf @@ -1,9 +1,9 @@ # Binds are of the form = # To use '=' in a key sequence, substitute it with "Eq": "" # If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit - = :prev-tab + = :prev-tab = :prev-tab - = :next-tab + = :next-tab = :next-tab \[t = :prev-tab \]t = :next-tab @@ -78,6 +78,7 @@ $ = :term / = :search \ = :filter +# CHANGE THESE n = :next-result N = :prev-result = :clear @@ -144,9 +145,9 @@ $complete = = :switch-account -n = :next-field = :prev-field - = :prev-tab + = :prev-tab = :prev-tab - = :next-tab + = :next-tab = :next-tab [compose::editor] @@ -157,9 +158,9 @@ $ex = = :prev-field = :next-field = :next-field - = :prev-tab + = :prev-tab = :prev-tab - = :next-tab + = :next-tab = :next-tab [compose::review] @@ -180,7 +181,7 @@ d = :detach # Remove attachment $noinherit = true $ex = - = :prev-tab - = :next-tab + = :prev-tab + = :next-tab = :prev-tab = :next-tab diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 011b2de7..75822cd3 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -96,8 +96,13 @@ language-servers = ["harper-ls"] [[grammar]] name = "ini" +source = { git = "https://github.com/justinmk/tree-sitter-ini", rev = "32b31863f222bf22eb43b07d4e9be8017e36fb31" } -source.path = "/home/fic/dev/tree-sitter-ini" + +# [[grammar]] +# name = "ini" + +# source.path = "/home/fic/dev/tree-sitter-ini" [[language]] scope = "source.ini" injection-regex = "ini"