about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--saneterm/keys.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/saneterm/keys.py b/saneterm/keys.py
index 00d5ac1..05ad05e 100644
--- a/saneterm/keys.py
+++ b/saneterm/keys.py
@@ -21,6 +21,9 @@ class Bindings():
             bind "<ctrl>e" { "move-input-end" () };
             bind "<ctrl>h" { "backspace" () };
             bind "<ctrl>j" { "insert-at-cursor" ("\\n") };
+
+            /* Since <ctrl>c is used for VINTR, unbind <ctrl>v */
+            unbind "<ctrl>v";
         }
 
         * {