From 636bcd508de1d0a06101d88435630cb1ad17a271 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Mar 2026 18:28:59 +0530 Subject: Move daffm config to nix --- modules/daffm.home/config/config.lastcd.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/daffm.home/config/config.lastcd.toml (limited to 'modules/daffm.home/config/config.lastcd.toml') 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" -- cgit v1.3.1