AutoYADM commit: 2025-04-24 17:30:06

This commit is contained in:
Daniel Fichtinger 2025-04-24 17:30:06 -04:00
parent 6bb8416099
commit b4caa3e2b5
2 changed files with 10 additions and 7 deletions

View file

@ -95,9 +95,12 @@ C-k = "signature_help"
C-c = "completion" C-c = "completion"
S-tab = "move_parent_node_start" S-tab = "move_parent_node_start"
[keys.normal.Z]
m = "scroll_up"
[keys.normal] [keys.normal]
"'" = "trim_selections" tab = "trim_selections"
tab = "move_parent_node_end" A-tab = "move_parent_node_end"
S-tab = "move_parent_node_start" S-tab = "move_parent_node_start"
# swap select_mode and regex keys # swap select_mode and regex keys
@ -267,8 +270,8 @@ l = "extend_to_file_end"
L = "extend_to_last_line" L = "extend_to_last_line"
[keys.select] [keys.select]
"'" = "trim_selections" tab = "trim_selections"
tab = "extend_parent_node_end" A-tab = "extend_parent_node_end"
S-tab = "extend_parent_node_start" S-tab = "extend_parent_node_start"
"{" = "rotate_selections_backward" "{" = "rotate_selections_backward"
"}" = "rotate_selections_forward" "}" = "rotate_selections_forward"

View file

@ -637,7 +637,7 @@ binds {
// Alternatively, there are commands to move just a single window: // Alternatively, there are commands to move just a single window:
// Mod+Ctrl+1 { move-window-to-workspace 1; } // Mod+Ctrl+1 { move-window-to-workspace 1; }
// Switches focus between the current and the previous workspace. // Switches focus between the current and the previous workspace.
Alt+Tab { Mod+Tab {
focus-workspace-previous focus-workspace-previous
} }
// Adapt the sway-window-switcher and bind it here // Adapt the sway-window-switcher and bind it here
@ -742,7 +742,7 @@ binds {
Mod+Shift+Alt+S { Mod+Shift+Alt+S {
spawn "~/dev/wayland-utils/recorder/recorder.sh" "region" spawn "~/dev/wayland-utils/recorder/recorder.sh" "region"
} }
Mod+Tab { Mod+Escape {
spawn "~/dev/wayland-utils/niri-switcher/window-picker.py" spawn "~/dev/wayland-utils/niri-switcher/window-picker.py"
} }
Mod+semicolon { Mod+semicolon {
@ -759,7 +759,7 @@ binds {
// //
// The allow-inhibiting=false property can be applied to other binds as well, // The allow-inhibiting=false property can be applied to other binds as well,
// which ensures niri always processes them, even when an inhibitor is active. // which ensures niri always processes them, even when an inhibitor is active.
Mod+Escape allow-inhibiting=false { Mod+Ctrl+Escape allow-inhibiting=false {
toggle-keyboard-shortcuts-inhibit toggle-keyboard-shortcuts-inhibit
} }
// The quit action will show a confirmation dialog to avoid accidental exits. // The quit action will show a confirmation dialog to avoid accidental exits.