updates lazy-lock & fixed Keybinds
This commit is contained in:
parent
518b8871b7
commit
19313680a9
2 changed files with 13 additions and 13 deletions
|
|
@ -62,18 +62,18 @@ bind = $mainMod, code:19, workspace, 10
|
|||
|
||||
|
||||
# Move active window to a workspace silently mainMod + CTRL [0-9]
|
||||
bind = $mainMod CTRL, code:10, movetoworkspacesilent, 1
|
||||
bind = $mainMod CTRL, code:11, movetoworkspacesilent, 2
|
||||
bind = $mainMod CTRL, code:12, movetoworkspacesilent, 3
|
||||
bind = $mainMod CTRL, code:13, movetoworkspacesilent, 4
|
||||
bind = $mainMod CTRL, code:14, movetoworkspacesilent, 5
|
||||
bind = $mainMod CTRL, code:15, movetoworkspacesilent, 6
|
||||
bind = $mainMod CTRL, code:16, movetoworkspacesilent, 7
|
||||
bind = $mainMod CTRL, code:17, movetoworkspacesilent, 8
|
||||
bind = $mainMod CTRL, code:18, movetoworkspacesilent, 9
|
||||
bind = $mainMod CTRL, code:19, movetoworkspacesilent, 10
|
||||
bind = $mainMod CTRL, bracketleft, movetoworkspacesilent, -1 # brackets [ or ]
|
||||
bind = $mainMod CTRL, bracketright, movetoworkspacesilent, +1
|
||||
bind = $mainMod SHIFT, code:10, movetoworkspacesilent, 1
|
||||
bind = $mainMod SHIFT, code:11, movetoworkspacesilent, 2
|
||||
bind = $mainMod SHIFT, code:12, movetoworkspacesilent, 3
|
||||
bind = $mainMod SHIFT, code:13, movetoworkspacesilent, 4
|
||||
bind = $mainMod SHIFT, code:14, movetoworkspacesilent, 5
|
||||
bind = $mainMod SHIFT, code:15, movetoworkspacesilent, 6
|
||||
bind = $mainMod SHIFT, code:16, movetoworkspacesilent, 7
|
||||
bind = $mainMod SHIFT, code:17, movetoworkspacesilent, 8
|
||||
bind = $mainMod SHIFT, code:18, movetoworkspacesilent, 9
|
||||
bind = $mainMod SHIFT, code:19, movetoworkspacesilent, 10
|
||||
bind = $mainMod SHIFT, bracketleft, movetoworkspacesilent, -1 # brackets [ or ]
|
||||
bind = $mainMod SHIFT, bracketright, movetoworkspacesilent, +1
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
|
||||
"bullets.vim": { "branch": "master", "commit": "af7e7adfd0d9b349cd48eb730e337fe3628b12b2" },
|
||||
"catppuccin": { "branch": "main", "commit": "5b5e3aef9ad7af84f463d17b5479f06b87d5c429" },
|
||||
"conform.nvim": { "branch": "master", "commit": "d5138205d085a02602e6922e22e636ba8cee1fbd" },
|
||||
"conform.nvim": { "branch": "master", "commit": "9e434d78751dcdcaef048b62555914ed4a2b7b61" },
|
||||
"flash.nvim": { "branch": "main", "commit": "3c942666f115e2811e959eabbdd361a025db8b63" },
|
||||
"friendly-snippets": { "branch": "main", "commit": "efff286dd74c22f731cdec26a70b46e5b203c619" },
|
||||
"git-conflict.nvim": { "branch": "main", "commit": "4bbfdd92d547d2862a75b4e80afaf30e73f7bbb4" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue