helix: remove redundant hotkeys; pkgs: add yazi, lazygit, remove insecure cicsopackettracer

This commit is contained in:
William 2025-08-20 16:13:16 -03:00
parent 27f0dfa438
commit b4a8a9f7ac
2 changed files with 11 additions and 10 deletions

View file

@ -21,6 +21,7 @@
sysz sysz
tmux tmux
wget wget
yazi
]; ];
shellAliases = { shellAliases = {
ls = "${pkgs.eza}/bin/eza --icons --group-directories-first"; ls = "${pkgs.eza}/bin/eza --icons --group-directories-first";
@ -71,7 +72,8 @@
[ [
### Dev Tools ### ### Dev Tools ###
bat bat
ciscoPacketTracer8 lazygit
# ciscoPacketTracer8
fd fd
fzf fzf
glow glow

View file

@ -38,10 +38,8 @@
auto-format = true; auto-format = true;
indent-guides.render = true; indent-guides.render = true;
}; };
keys.normal.space = { keys.normal = {
space = "file_picker"; space = {
w = ":w";
q = ":q";
o = "file_picker_in_current_buffer_directory"; o = "file_picker_in_current_buffer_directory";
esc = [ esc = [
"collapse_selection" "collapse_selection"
@ -50,6 +48,7 @@
}; };
}; };
}; };
};
fish = { fish = {
enable = true; enable = true;