Added act package and fish binding

This commit is contained in:
2026-04-13 12:00:21 +02:00
parent 19a88bd73a
commit c49ae0edc1
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -37,6 +37,7 @@
# Custom bindings
for mode in insert default
bind -M $mode ctrl-backspace backward-kill-word
bind -M $mode alt-backspace backward-kill-token
bind -M $mode ctrl-z undo
end
bind -M insert \cx\ce edit_command_buffer
+1 -2
View File
@@ -9,7 +9,7 @@ in {
xdg.configFile."${configFile}".source = toYAML "config.yml" {
version = 1;
git_protocol = "https";
git_protocol = "ssh";
editor = "nvim";
prompt = "enabled";
prefer_editor_prompt = "disabled";
@@ -17,7 +17,6 @@ in {
aliases = {
co = "pr checkout";
};
http_unix_socket = "";
browser = "zen";
};