diff --git a/dot_config/joshuto/mimetype.toml b/dot_config/joshuto/mimetype.toml index e9b143a7aac2fd94ff6c3aa992e5b14dd130da81..f27c3136f3f8cf05933fe339f2690e31070d3113 100644 --- a/dot_config/joshuto/mimetype.toml +++ b/dot_config/joshuto/mimetype.toml @@ -32,8 +32,6 @@ video_default = [ ] text_default = [ - { command = "micro" }, - { command = "gedit", fork = true, silent = true }, { command = "bat", args = [ "--paging=always", ] }, @@ -223,8 +221,6 @@ kra.app_list = [{ command = "krita", fork = true, silent = true }] kdenlive.app_list = [{ command = "kdenlive", fork = true, silent = true }] tex.app_list = [ - { command = "micro" }, - { command = "gedit", fork = true, silent = true }, { command = "bat", pager = true }, { command = "pdflatex" }, ]