mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 03:58:51 +02:00
gtk: add ctrl-u, remove ctrl-d and alt-d (never used them)
This commit is contained in:
parent
23e16f4bbd
commit
3376c9b762
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@
|
||||||
|
|
||||||
bind "<ctrl>y" { "paste-clipboard" () };
|
bind "<ctrl>y" { "paste-clipboard" () };
|
||||||
|
|
||||||
bind "<ctrl>d" { "delete-from-cursor" (chars, 1) };
|
|
||||||
bind "<alt>d" { "delete-from-cursor" (word-ends, 1) };
|
|
||||||
bind "<ctrl>k" { "delete-from-cursor" (paragraph-ends, 1) };
|
bind "<ctrl>k" { "delete-from-cursor" (paragraph-ends, 1) };
|
||||||
|
bind "<ctrl>u" { "move-cursor" (paragraph-ends, -1, 0)
|
||||||
|
"delete-from-cursor" (paragraph-ends, 1) };
|
||||||
bind "<alt>backslash" { "delete-from-cursor" (whitespace, 1) };
|
bind "<alt>backslash" { "delete-from-cursor" (whitespace, 1) };
|
||||||
bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) };
|
bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue