about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xranger/ext/rifle.py19
1 files changed, 9 insertions, 10 deletions
diff --git a/ranger/ext/rifle.py b/ranger/ext/rifle.py
index f11f6f2c..0fd8046f 100755
--- a/ranger/ext/rifle.py
+++ b/ranger/ext/rifle.py
@@ -370,23 +370,22 @@ class Rifle(object):  # pylint: disable=too-many-instance-attributes
                     elif term.lower() in ['xterm', 'xterm-256color', 'urxvt',
                                           'rxvt', 'rxvt-256color',
                                           'rxvt-unicode', 'lxterminal',
-                                          'konsole', 'lilyterm', 
+                                          'konsole', 'lilyterm',
                                           'cool-retro-term']:
                         cmdflag = '-e'
                     elif term.lower() in ['gnome-terminal', ]:
                         cmdflag = '--'
                     # terminals that are found not working with -e or -x:
-                    # consider uncomment the next 2 lines 
-                    #elif term.lower() in ['pantheon-terminal', 'terminology']:
-                        #term = 'xterm'
-                        #cmdflag = '-e'
+                    # consider uncomment the next 2 lines
+                    # elif term.lower() in ['pantheon-terminal', 'terminology']:
+                    # term = 'xterm'
+                    # cmdflag = '-e'
                     # 'tilda opens with -c but doesn't go into editor. Not sure.
-                    #elif term.lower() in ['tilda', ]:
-                        #cmdflag = '-c'
+                    # elif term.lower() in ['tilda', ]:
+                    # cmdflag = '-c'
                     # terminals not tested yet:
-                    #elif term.lower() in ['st', 'stterm', 'termite', 'kitty',
-                                          #'iterm2']:
-                        #pass
+                    # elif term.lower() in ['st', 'stterm', 'termite', 'kitty']:
+                    # pass
                     else:
                         cmdflag = '-e'