|
|
@ -15,7 +15,7 @@ icon_theme = "vscode"
|
|
|
|
key = "enter"
|
|
|
|
key = "enter"
|
|
|
|
shortcut = "e"
|
|
|
|
shortcut = "e"
|
|
|
|
external = "nu {{dirs.data}}/scripts/ide.nu open-file '{file}'"
|
|
|
|
external = "nu {{dirs.data}}/scripts/ide.nu open-file '{file}'"
|
|
|
|
apply_to = "any"
|
|
|
|
apply_to = "file"
|
|
|
|
leave_broot = false
|
|
|
|
leave_broot = false
|
|
|
|
|
|
|
|
|
|
|
|
[[verbs]]
|
|
|
|
[[verbs]]
|
|
|
@ -36,7 +36,7 @@ invocation = "open_leave"
|
|
|
|
key = "alt-enter"
|
|
|
|
key = "alt-enter"
|
|
|
|
shortcut = "ol"
|
|
|
|
shortcut = "ol"
|
|
|
|
external = "nu -c \"touch {directory}/{name}\""
|
|
|
|
external = "nu -c \"touch {directory}/{name}\""
|
|
|
|
apply_to = "any"
|
|
|
|
apply_to = "file"
|
|
|
|
|
|
|
|
|
|
|
|
[[verbs]]
|
|
|
|
[[verbs]]
|
|
|
|
invocation = "open_stay"
|
|
|
|
invocation = "open_stay"
|
|
|
@ -44,5 +44,5 @@ key = "enter"
|
|
|
|
shortcut = "os"
|
|
|
|
shortcut = "os"
|
|
|
|
external = "nu -c \"touch {directory}/{name}\""
|
|
|
|
external = "nu -c \"touch {directory}/{name}\""
|
|
|
|
leave_broot = false
|
|
|
|
leave_broot = false
|
|
|
|
apply_to = "any"
|
|
|
|
apply_to = "file"
|
|
|
|
|
|
|
|
|
|
|
|