switch lazyjj -> jjui
This commit is contained in:
parent
fa791cd360
commit
b9bf16ba55
2 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@
|
|||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
formatter = pkgs.nixfmt;
|
||||
formatter = pkgs.nixfmt-tree;
|
||||
};
|
||||
imports = [
|
||||
(inputs.import-tree ./modules/top)
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
bind -N "⌘+^+t join pane" J join-pane -t 1
|
||||
bind -N "⌘+e editor" E new-window -S -n '📝' 'nvim +GoToFile'
|
||||
|
||||
bind -N "⌘+g lazyjj" g new-window -S -n '🌳' 'lazyjj'
|
||||
bind -N "⌘+g jjui" g new-window -S -n '🌳' 'jjui'
|
||||
|
||||
bind -N "⌘+⇧+Q kill current session" Q kill-session
|
||||
bind -N "⌘+⇧+T break pane" B break-pane
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
fzf
|
||||
fd
|
||||
zoxide
|
||||
lazyjj
|
||||
jjui
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue