login

<     >

2015-07-22 11:03:04 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Change default keybinding x->D to avoid confusion.

diff --git a/config.h b/config.h
index 28f98e6..0d0a89f 100644
--- a/config.h
+++ b/config.h
@@ -24,7 +24,7 @@
 #define RVK_NEW_FILE    "n"
 #define RVK_NEW_DIR     "N"
 #define RVK_RENAME      "r"
-#define RVK_DELETE      "x"
+#define RVK_DELETE      "D"
 #define RVK_TG_MARK     "m"
 #define RVK_INVMARK     "M"
 #define RVK_MARKALL     "a"