aboutsummaryrefslogtreecommitdiff
path: root/config/yazi/keymap.toml
blob: 4247c4c33d38dbed2284b7c32fc674eec8b40bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# from: https://yazi-rs.github.io/docs/tips
[[manager.prepend_keymap]]
on = "<C-n>"
run = '''
    shell 'dragon-drop -x -i -T "$1"' --confirm
'''
desc = "Open the drag and drop utility"
[[manager.prepend_keymap]]
on = "!"
run = 'shell "$SHELL" --block --confirm'
desc = "Open shell in the current directory"