add keybind remap

This commit is contained in:
Filipe Azevedo 2025-11-09 23:10:38 +00:00
parent 055be4ec35
commit 6e983f6943
No known key found for this signature in database
8 changed files with 223 additions and 10 deletions

View file

@ -239,3 +239,27 @@ bar {
}
include @sysconfdir@/sway/config.d/*
# Basic clipboard operations (non-conflicting)
remap Super-c C-c
remap Super-x C-x
remap Super-z C-z
remap Super-Shift-z C-Shift-z
remap Super-t C-t # New tab
remap Super-n C-n # New window
remap Super-o C-o # Open file
remap Super-q C-q # Quit
# Tab navigation
remap Super-Shift-bracketleft C-Page_Up
remap Super-Shift-bracketleft C-Page_Down
# Terminal-specific
remap Super-c C-Shift-c for foot
remap Super-x C-Shift-x for foot
remap Super-t C-Shift-t for com.mitchellh.ghostty
remap Super-n C-Shift-n for com.mitchellh.ghostty