aboutsummaryrefslogtreecommitdiff
path: root/modules/daffm.home/config/config.lastcd.toml
blob: d04e3e0f5d0f3af07132e589ed054e731117efe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
extend = "@"

[keymap]
q = [
  "quit",
  """shell
    [ -z "$DAFFM_LAST_DIR_PATH" ] || pwd > "$DAFFM_LAST_DIR_PATH";
  """
]
cq = "quit"
Q = "quit"