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 4fe5de9..4d59f55 100644
--- a/config.cpp
+++ b/config.cpp
@@ -8,9 +8,10 @@ using namespace std;
Keybindings global_keybindings={
{KEY_CTRL+'Q',{"quit_app"}},
- {'\n',{"insert_newline"}},
{KEY_BACKSPACE,{"delete_backward"}},
{KEY_DELETE,{"delete_forward"}},
+ {'\n',{"insert_newline"}},
+ {'\t',{"insert_char","\t"}},
};
class Init{public: Init(){