mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix ctrl+insert keybindings in kitty and ghostty too
So we can use it for super+c
This commit is contained in:
@@ -22,6 +22,7 @@ shell-integration-features = no-cursor
|
||||
# Keyboard bindings
|
||||
keybind = f11=toggle_fullscreen
|
||||
keybind = shift+insert=paste_from_clipboard
|
||||
keybind = control+insert=copy_to_clipboard
|
||||
|
||||
# SSH session terminfo
|
||||
shell-integration-features = ssh-env
|
||||
|
||||
@@ -14,6 +14,7 @@ confirm_os_window_close 0
|
||||
|
||||
# Keybindings
|
||||
map F11 toggle_fullscreen
|
||||
map ctrl+insert copy_to_clipboard
|
||||
|
||||
# Allow remote access
|
||||
single_instance yes
|
||||
@@ -23,7 +24,7 @@ allow_remote_control yes
|
||||
cursor_shape block
|
||||
enable_audio_bell no
|
||||
|
||||
# Minimal Tab bar styling
|
||||
# Minimal Tab bar styling
|
||||
tab_bar_edge bottom
|
||||
tab_bar_style powerline
|
||||
tab_powerline_style slanted
|
||||
|
||||
Reference in New Issue
Block a user