]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: Change default mode for opening files in browser
authorOleg Broytman <phd@phdru.name>
Tue, 27 Aug 2019 17:23:11 +0000 (20:23 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 27 Aug 2019 17:23:11 +0000 (20:23 +0300)
Change default mode for opening html/text in browser
from new tab to new window.

.mc/menu

index 0ddd9ba47f0afe8e8e841ddb0ceec044973e77f9..3bc74d122881265ca4146f44769aa468042aca37 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -29,11 +29,11 @@ b  View the file in a browser
    exec webbrowser file://%d/%f
 
 + t r
+= f \.(htm(l?)|txt)$
 w  View the file in a new browser window
    exec webbrowser -n file://%d/%f
 
 + t r
-= f \.(htm(l?)|txt)$
 t  View the file in a new browser tab
    exec webbrowser -t file://%d/%f