forked from AuroraMiddleware/gtk
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) };
|
|
};
|