diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-03-01 18:28:59 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-03-01 18:30:03 +0530 |
| commit | 636bcd508de1d0a06101d88435630cb1ad17a271 (patch) | |
| tree | d9176411c6cdb41162fa7108555bc0328c467353 /modules/daffm.home/config/config.lastcd.toml | |
| parent | 653b19aa1e732f56453db383504fe8a5438bda5a (diff) | |
| download | nixos-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.toml | 11 |
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" |
