summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--config/keymap.toml3
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c00f047
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+/target
+/test
+*.log
+*.tmp
+*~
+**/*.rs.bk
diff --git a/config/keymap.toml b/config/keymap.toml
index 4187914..6adf9df 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -168,6 +168,9 @@ keys = [ "s", "m" ]
command = "sort natural"
keys = [ "s", "n" ]
[[mapcommand]]
+command = "sort ext"
+keys = [ "s", "e" ]
+[[mapcommand]]
command = "sort reverse"
keys = [ "s", "r" ]