helix: remove redundant hotkeys; pkgs: add yazi, lazygit, remove insecure cicsopackettracer
This commit is contained in:
parent
27f0dfa438
commit
b4a8a9f7ac
2 changed files with 11 additions and 10 deletions
|
|
@ -21,6 +21,7 @@
|
|||
sysz
|
||||
tmux
|
||||
wget
|
||||
yazi
|
||||
];
|
||||
shellAliases = {
|
||||
ls = "${pkgs.eza}/bin/eza --icons --group-directories-first";
|
||||
|
|
@ -71,7 +72,8 @@
|
|||
[
|
||||
### Dev Tools ###
|
||||
bat
|
||||
ciscoPacketTracer8
|
||||
lazygit
|
||||
# ciscoPacketTracer8
|
||||
fd
|
||||
fzf
|
||||
glow
|
||||
|
|
|
|||
|
|
@ -38,15 +38,14 @@
|
|||
auto-format = true;
|
||||
indent-guides.render = true;
|
||||
};
|
||||
keys.normal.space = {
|
||||
space = "file_picker";
|
||||
w = ":w";
|
||||
q = ":q";
|
||||
o = "file_picker_in_current_buffer_directory";
|
||||
esc = [
|
||||
"collapse_selection"
|
||||
"keep_primary_selection"
|
||||
];
|
||||
keys.normal = {
|
||||
space = {
|
||||
o = "file_picker_in_current_buffer_directory";
|
||||
esc = [
|
||||
"collapse_selection"
|
||||
"keep_primary_selection"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue