From 90f188baaaa3122dd4c89b9e6880e943653f6d13 Mon Sep 17 00:00:00 2001
From: Yaroslav <contact@yaroslavps.com>
Date: Wed, 18 Mar 2020 23:14:07 +0300
Subject: ranger shortcut changes

---
 dotfiles/.config/ranger/rc.conf | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dotfiles/.config/ranger/rc.conf b/dotfiles/.config/ranger/rc.conf
index b512266..c0a840a 100644
--- a/dotfiles/.config/ranger/rc.conf
+++ b/dotfiles/.config/ranger/rc.conf
@@ -78,16 +78,17 @@ map     Q quitall
 map     q quit
 copymap q ZZ ZQ
 
-#map R     reload_cwd
+map R     reload_cwd
 map <C-r> reset
-#map <C-l> redraw_window
+map <C-l> redraw_window
 map <C-c> abort
 map <esc> change_mode normal
 
 map i display_file
 map ? help
-#map W display_log
+map W display_log
 map w taskview_open
+map ss shell $TERMINAL&
 map S shell $SHELL
 
 map :  console
@@ -95,8 +96,7 @@ map ;  console
 map !  console shell%space
 map @  console -p6 shell  %s
 map #  console shell -p%space
-#map s  console shell%space
-map r  chain draw_possible_programs; console open_with%%space
+map r  chain draw_possible_programs; console open_with%space
 map f  console find%space
 map cd console cd%space
 
@@ -416,7 +416,6 @@ map p1s shell lpr -o sides=one-sided %f
 map p2s shell lpr -o sides=two-sided-long-edge %f
 map MX shell xelatex %f
 map ML shell pdflatex %f
-map Txo console shell cp ~/Documents/LaTeX/templates/titulnik.tex%space
 
 #Image commands
 map bgg shell cp %f ~/.config/wall1.png && setbg
-- 
cgit v1.2.3