about summary refs log tree commit diff
path: root/ranger
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2016-10-14 09:54:47 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:44:10 +0700
commit76e366782fc5cf88c14a8feb34874afa50a3c214 (patch)
treec40edbd257d33427bafe1e780cfb22919604d7eb /ranger
parent95503739a8220279f315280ed727b50271bb38e0 (diff)
downloaddotfiles-76e366782fc5cf88c14a8feb34874afa50a3c214.tar.gz
Update Vim configs to fit 8.0 update
Diffstat (limited to 'ranger')
-rw-r--r--ranger/.config/ranger/rc.conf32
1 files changed, 8 insertions, 24 deletions
diff --git a/ranger/.config/ranger/rc.conf b/ranger/.config/ranger/rc.conf
index 839385d..d7a4fdf 100644
--- a/ranger/.config/ranger/rc.conf
+++ b/ranger/.config/ranger/rc.conf
@@ -1,4 +1,3 @@
-# ===================================================================
 # This file contains the default startup commands for ranger.
 # To change them, it is recommended to create the file
 # ~/.config/ranger/rc.conf and add your custom commands there.
@@ -13,14 +12,11 @@
 # Each line is a command that will be run before the user interface
 # is initialized.  As a result, you can not use commands which rely
 # on the UI such as :delete or :mark.
-# ===================================================================
 
-# ===================================================================
-# == Options
-# ===================================================================
+# Options
 
 # How many columns are there, and what are their relative widths?
-set column_ratios 1,3,4
+set column_ratios 1,1
 
 # Which files should be hidden? (regular expression)
 set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$
@@ -191,17 +187,13 @@ set idle_delay 2000
 # check all directories above the current one as well?
 set metadata_deep_search false
 
-# ===================================================================
-# == Local Options
-# ===================================================================
+# Local Options
 # You can set local options that only affect a single directory.
 
 # Examples:
 # setlocal path=~/downloads sort mtime
 
-# ===================================================================
-# == Command Aliases in the Console
-# ===================================================================
+# Command Aliases in the Console
 
 alias e    edit
 alias q    quit
@@ -218,9 +210,7 @@ alias search     scout -rs
 alias search_inc scout -rts
 alias travel     scout -aefiklst
 
-# ===================================================================
-# == Define keys for the browser
-# ===================================================================
+# Define keys for the browser
 
 # Basic
 map     Q quit!
@@ -463,9 +453,7 @@ eval for arg in "rwxXst": cmd("map -o{0} shell -f chmod o-{0} %s".format(arg))
 eval for arg in "rwxXst": cmd("map -a{0} shell -f chmod a-{0} %s".format(arg))
 eval for arg in "rwxXst": cmd("map -{0}  shell -f chmod u-{0} %s".format(arg))
 
-# ===================================================================
-# == Define keys for the console
-# ===================================================================
+# Define keys for the console
 # Note: Unmapped keys are passed directly to the console.
 
 # Basic
@@ -511,9 +499,7 @@ copycmap <backspace> <backspace2>
 # This special expression allows typing in numerals:
 cmap <allow_quantifiers> false
 
-# ===================================================================
-# == Pager Keybindings
-# ===================================================================
+# Pager Keybindings
 
 # Movement
 pmap  <down>      pager_move  down=1
@@ -544,9 +530,7 @@ pmap     <ESC> pager_close
 copypmap <ESC> q Q i <F3>
 pmap E      edit_file
 
-# ===================================================================
-# == Taskview Keybindings
-# ===================================================================
+# Taskview Keybindings
 
 # Movement
 tmap <up>        taskview_move up=1