aboutsummaryrefslogtreecommitdiff
path: root/modules/daffm.home/config/config.lastcd.toml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/daffm.home/config/config.lastcd.toml')
-rw-r--r--modules/daffm.home/config/config.lastcd.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/daffm.home/config/config.lastcd.toml b/modules/daffm.home/config/config.lastcd.toml
new file mode 100644
index 0000000..d04e3e0
--- /dev/null
+++ b/modules/daffm.home/config/config.lastcd.toml
@@ -0,0 +1,11 @@
+extend = "@"
+
+[keymap]
+q = [
+ "quit",
+ """shell
+ [ -z "$DAFFM_LAST_DIR_PATH" ] || pwd > "$DAFFM_LAST_DIR_PATH";
+ """
+]
+cq = "quit"
+Q = "quit"