From 121baddb4cd919d98bf5dfea0ad78ca0bee58a2e Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Mon, 9 Jan 2017 21:53:38 +0100 Subject: Move left and right --- config.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.cpp') diff --git a/config.cpp b/config.cpp index 4d59f55..76cf3a2 100644 --- a/config.cpp +++ b/config.cpp @@ -12,6 +12,10 @@ Keybindings global_keybindings={ {KEY_DELETE,{"delete_forward"}}, {'\n',{"insert_newline"}}, {'\t',{"insert_char","\t"}}, + {KEY_RIGHT,{"move_forward"}}, + {KEY_LEFT,{"move_backward"}}, + {KEY_DOWN,{"move_downward"}}, + {KEY_UP,{"move_upward"}}, }; class Init{public: Init(){ -- cgit v1.2.3-70-g09d2