feat/binding-darwin-on-linux #1

Merged
rayandrew merged 3 commits from feat/binding-darwin-on-linux into master 2025-12-24 20:18:30 -06:00
2 changed files with 16 additions and 12 deletions
Showing only changes of commit 35e3a47fe0 - Show all commits

View file

@ -66,3 +66,7 @@ keybind = ctrl+left_bracket=text:\x1b
keybind = super+c=copy_to_clipboard
keybind = super+v=paste_from_clipboard
keybind = super+a=select_all
keybind = alt+c=copy_to_clipboard
keybind = alt+v=paste_from_clipboard
keybind = alt+a=select_all

View file

@ -38,18 +38,18 @@
# NOTE: c, v, x are NOT remapped here - they're handled by terminal/app configs
# This preserves Ctrl+C = SIGINT in terminals (macOS behavior)
# Undo/Redo/Save/Select All/Find
z = "C-z";
"shift+z" = "C-y";
s = "C-s";
a = "C-a";
f = "C-f";
# Tab/Window management
w = "C-w";
t = "C-t";
n = "C-n";
q = "A-F4";
# # Undo/Redo/Save/Select All/Find
# z = "C-z";
# "shift+z" = "C-y";
# s = "C-s";
# a = "C-a";
# f = "C-f";
#
# # Tab/Window management
# w = "C-w";
# t = "C-t";
# n = "C-n";
# q = "A-F4";
# Text navigation (macOS-style)
left = "home";