[gnome-builder] keybindings: add <ctrl>d to delete current line



commit c0892474f74489f692a1452c9b15f97536f35049
Author: Christian Hergert <christian hergert me>
Date:   Tue May 19 01:37:13 2015 -0700

    keybindings: add <ctrl>d to delete current line

 data/keybindings/default.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/default.css b/data/keybindings/default.css
index de52f70..839a1f3 100644
--- a/data/keybindings/default.css
+++ b/data/keybindings/default.css
@@ -14,6 +14,7 @@
   bind "<ctrl>w" { "action" ("view", "close", "") };
   bind "<alt>period" { "goto-definition" () };
   bind "<ctrl>k" { "action" ("view-stack", "show-list", "") };
+  bind "<ctrl>d" { "delete-from-cursor" (paragraphs, 1) };
 
   /* cycle "tabs" */
   bind "<ctrl>Page_Up" { "action" ("view-stack", "previous-view", "") };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]