summaryrefslogtreecommitdiff
path: root/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.cpp')
-rw-r--r--config.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.cpp b/config.cpp
index c2c12b7..0f57f3a 100644
--- a/config.cpp
+++ b/config.cpp
@@ -7,7 +7,8 @@ using namespace std;
Keybindings global_keybindings={
- {KEY_CTRL+'Q',{"quit_app"}}
+ {KEY_CTRL+'Q',{"quit_app"}},
+ {'\n',{"insert_newline"}},
};
class Init{public: Init(){