- Added delete entire line via Cmd-Backspace (Linux)

This commit is contained in:
Ben Reaves
2021-03-12 20:30:43 -06:00
parent 18ae403188
commit 588fe1a0dc

View File

@@ -319,6 +319,7 @@ define_keymap(lambda wm_class: wm_class.casefold() not in remotes,{
K("Super-Backspace"): K("C-Backspace"), # Default not-chromebook - Delete Left Word of Cursor
K("Super-Delete"): K("C-Delete"), # Default not-chromebook - Delete Right Word of Cursor
K("Alt-Backspace"): K("C-Backspace"), # Default not-chromebook - Delete Left Word of Cursor
K("RC-Backspace"): K("C-Shift-Backspace"), # Default not-chromebook - Delete Entire Line Left of Cursor
K("Alt-Delete"): K("C-Delete"), # Default not-chromebook - Delete Right Word of Cursor
# K(""): pass_through_key, # cancel
# K(""): K(""), #