Add a couple more binds, fix typo in tui/default
This commit is contained in:
parent
1ba2ce2b72
commit
64f149532e
|
@ -159,6 +159,12 @@ in {
|
||||||
bind = SUPER, S, moveworkspacetomonitor, 7 current
|
bind = SUPER, S, moveworkspacetomonitor, 7 current
|
||||||
bind = SUPER, S, workspace, 7
|
bind = SUPER, S, workspace, 7
|
||||||
bind = SUPER SHIFT, S, movetoworkspace, 7
|
bind = SUPER SHIFT, S, movetoworkspace, 7
|
||||||
|
bind = SUPER, 8, moveworkspacetomonitor, 8 current
|
||||||
|
bind = SUPER, 8, workspace, 8
|
||||||
|
bind = SUPER SHIFT, 8, movetoworkspace, 8
|
||||||
|
bind = SUPER, 9, moveworkspacetomonitor, 9 current
|
||||||
|
bind = SUPER, 9, workspace, 9
|
||||||
|
bind = SUPER SHIFT, 9, movetoworkspace, 9
|
||||||
|
|
||||||
bind = SUPER, period, workspace, m+1
|
bind = SUPER, period, workspace, m+1
|
||||||
bind = SUPER SHIFT, period, movetoworkspace, r+1
|
bind = SUPER SHIFT, period, movetoworkspace, r+1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./neovim ./lazygit.nix];
|
imports = [./neovim.nix ./lazygit.nix];
|
||||||
home.packages = [pkgs.ranger];
|
home.packages = [pkgs.ranger];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue