Added act package and fish binding
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user