From 76e366782fc5cf88c14a8feb34874afa50a3c214 Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Fri, 14 Oct 2016 09:54:47 +0700 Subject: Update Vim configs to fit 8.0 update --- ranger/.config/ranger/rc.conf | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) (limited to 'ranger/.config') 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 # This special expression allows typing in numerals: cmap false -# =================================================================== -# == Pager Keybindings -# =================================================================== +# Pager Keybindings # Movement pmap pager_move down=1 @@ -544,9 +530,7 @@ pmap pager_close copypmap q Q i pmap E edit_file -# =================================================================== -# == Taskview Keybindings -# =================================================================== +# Taskview Keybindings # Movement tmap taskview_move up=1 -- cgit 1.4.1