mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
5 lines
158 B
CSS
5 lines
158 B
CSS
|
@binding-set gtk-emacs-text-view {
|
||
|
bind "<ctrl>u" { "move-cursor" (paragraph-ends, -1, 0)
|
||
|
"delete-from-cursor" (paragraph-ends, 1) };
|
||
|
};
|