Created
April 16, 2026 14:15
-
-
Save SwCake1/d2d959ccb31bd8f721daae28f2fc4951 to your computer and use it in GitHub Desktop.
My Marta file manager config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| behavior { | |
| theme "Kon" | |
| completionSoundCondition "always" | |
| preselectFirstMenuItem true | |
| actions { | |
| core.trash.confirm false | |
| } | |
| } | |
| environment { | |
| terminal "iTerm" | |
| textEditor "Sublime Text" | |
| } | |
| keyBindings { | |
| "Cmd+Return" "core.open.with" | |
| "Opt+Return" "core.rename" | |
| "Cmd+F" "core.favorites" | |
| "Ctrl+Shift+F" "core.favorites.add" | |
| "Cmd+R" "core.recent" | |
| "Cmd+0" "core.hierarchy" | |
| "Cmd+Down" "core.open" | |
| "Cmd+Up" "core.go.up" | |
| "Cmd+\\" "core.ext.terminal.open" | |
| "Right" "core.move.page.down" | |
| "Shift+Right" "core.select.move.page.down" | |
| "Left" "core.move.page.up" | |
| "Shift+Left" "core.select.move.page.up" | |
| "Ctrl+1" "core.documentation" | |
| "Ctrl+2" "core.refresh" | |
| "Ctrl+4" "core.edit" | |
| "Ctrl+Shift+4" "core.edit.folder" | |
| "Ctrl+5" "core.copy" | |
| "Ctrl+6" "core.move" | |
| "Ctrl+Shift+6" "core.rename" | |
| "Ctrl+7" "core.new.folder" | |
| "Ctrl+Shift+7" "core.new.file" | |
| "Ctrl+8" "core.trash" | |
| "Ctrl+Shift+8" "core.delete" | |
| "Cmd+Opt+C" "core.path" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment