Added act package and fish binding
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
imagemagick
|
imagemagick
|
||||||
bun
|
bun
|
||||||
fastfetch
|
fastfetch
|
||||||
|
act
|
||||||
|
|
||||||
wl-mirror
|
wl-mirror
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
# Custom bindings
|
# Custom bindings
|
||||||
for mode in insert default
|
for mode in insert default
|
||||||
bind -M $mode ctrl-backspace backward-kill-word
|
bind -M $mode ctrl-backspace backward-kill-word
|
||||||
|
bind -M $mode alt-backspace backward-kill-token
|
||||||
bind -M $mode ctrl-z undo
|
bind -M $mode ctrl-z undo
|
||||||
end
|
end
|
||||||
bind -M insert \cx\ce edit_command_buffer
|
bind -M insert \cx\ce edit_command_buffer
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ in {
|
|||||||
|
|
||||||
xdg.configFile."${configFile}".source = toYAML "config.yml" {
|
xdg.configFile."${configFile}".source = toYAML "config.yml" {
|
||||||
version = 1;
|
version = 1;
|
||||||
git_protocol = "https";
|
git_protocol = "ssh";
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
prompt = "enabled";
|
prompt = "enabled";
|
||||||
prefer_editor_prompt = "disabled";
|
prefer_editor_prompt = "disabled";
|
||||||
@@ -17,7 +17,6 @@ in {
|
|||||||
aliases = {
|
aliases = {
|
||||||
co = "pr checkout";
|
co = "pr checkout";
|
||||||
};
|
};
|
||||||
http_unix_socket = "";
|
|
||||||
browser = "zen";
|
browser = "zen";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user