summary refs log tree commit diff stats
path: root/ranger/defaults/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/defaults/rc.conf')
-rw-r--r--ranger/defaults/rc.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/ranger/defaults/rc.conf b/ranger/defaults/rc.conf
index c462bb65..59401e3b 100644
--- a/ranger/defaults/rc.conf
+++ b/ranger/defaults/rc.conf
@@ -1,4 +1,8 @@
 # VIM
+map x break_shit
+map gg eval fm.move(to=0)
+map G  eval fm.move(to=-1)
+map : eval fm.open_console()
 map j eval fm.move(down=1)
 map k eval fm.move(up=1)
 map h eval fm.move(left=1)
@@ -6,6 +10,8 @@ map l eval fm.move(right=1)
 map q quit
 map Q quit
 
+cmap <ESC> quit
+
 map R eval fm.reload_cwd()
 map <c-r> eval fm.reset()
 map <c-l> eval fm.redraw_window()