]> Freerunner's - dotfiles.git/commitdiff
ranger: start in mc mode by default :)
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 21 Dec 2023 00:18:20 +0000 (01:18 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
config/fish/functions/ranger.fish [new file with mode: 0644]
config/ranger/rc.conf

diff --git a/config/fish/functions/ranger.fish b/config/fish/functions/ranger.fish
new file mode 100644 (file)
index 0000000..3af5367
--- /dev/null
@@ -0,0 +1,3 @@
+function ranger --description 'alias ranger=ranger --cmd=tab_new'
+ command ranger --cmd=tab_new $argv; 
+end
index d7bcd9faaa52f298ab97aaa12b24891b3c324d18..cd838797600ae35b16b57bacbb64a1a44c0e2722 100644 (file)
@@ -24,8 +24,8 @@
 #     miller: Use miller columns which show multiple levels of the hierarchy
 #     multipane: Midnight-commander like multipane view showing all tabs next
 #                to each other
-set viewmode miller
-#set viewmode multipane
+#set viewmode miller
+set viewmode multipane
 
 # How many columns are there, and what are their relative widths?
 set column_ratios 1,3,4