aboutsummaryrefslogtreecommitdiff
path: root/modules/daffm.home/config/config.lastcd.toml
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-03-01 18:28:59 +0530
committerAkshay Nair <phenax5@gmail.com>2026-03-01 18:30:03 +0530
commit636bcd508de1d0a06101d88435630cb1ad17a271 (patch)
treed9176411c6cdb41162fa7108555bc0328c467353 /modules/daffm.home/config/config.lastcd.toml
parent653b19aa1e732f56453db383504fe8a5438bda5a (diff)
downloadnixos-config-636bcd508de1d0a06101d88435630cb1ad17a271.tar.gz
nixos-config-636bcd508de1d0a06101d88435630cb1ad17a271.zip
Move daffm config to nix
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"