gtk/tests/css/parser/at-valid-20.css

5 lines
158 B
CSS
Raw Normal View History

@binding-set gtk-emacs-text-view {
bind "<ctrl>u" { "move-cursor" (paragraph-ends, -1, 0)
"delete-from-cursor" (paragraph-ends, 1) };
};