You are not logged in.
You have an outdated commands.py. Unless you modified it, you can simply delete it: rm ~/.config/ranger/commands.py
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
You have an outdated commands.py. Unless you modified it, you can simply delete it: rm ~/.config/ranger/commands.py
Confirmed, it's work now.
Ask, and it shall be given you.
Seek, and ye shall find.
Knock, and it shall be opened unto you.
Offline
I made a few changes on the Wiki page, https://wiki.archlinux.org/index.php/Ranger, mostly about the new method for keybinding. But with such massive changes, there must be other corrections to do. Can other people also examine the page? Thanks.
Offline
Is there a keybinding for going half way down a list of entries? It used to be %.
Offline
To go down a half-page, try <C-d>.
I made a few changes on the Wiki page, https://wiki.archlinux.org/index.php/Ranger, mostly about the new method for keybinding. But with such massive changes, there must be other corrections to do. Can other people also examine the page? Thanks.
I'm not making any changes myself on the basis of uncertainty, but:
'Ranger has excellent built-in documentation. Just use these 4 keystrokes: "1?", "2?", "3?", or "4?".'
...should be changed to:
'Ranger has excellent built-in documentation accessible through the "?" key.'
...or similar.
And the paragraph just under Customization should probably mention --copy-config, although that isn't a new concept to v1.5 by any means.
Last edited by Veedrac (2011-10-12 23:41:43)
Offline
Is there a keybinding for going half way down a list of entries? It used to be %.
Hmm I didn't think anyone uses it so it's not in the defaults, but ranger still supports it:
map % move down=50 percentage=True absolute=True
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
And the paragraph just under Customization should probably mention --copy-config, although that isn't a new concept to v1.5 by any means.
I plead ignorance. What is --copy-config?
Offline
Veedrac wrote:And the paragraph just under Customization should probably mention --copy-config, although that isn't a new concept to v1.5 by any means.
I plead ignorance. What is --copy-config?
ranger --help
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
Veedrac wrote:And the paragraph just under Customization should probably mention --copy-config, although that isn't a new concept to v1.5 by any means.
I plead ignorance. What is --copy-config?
I see someone has already done this, thanks.
Offline
There's still a big notice at the top of the Wiki page https://wiki.archlinux.org/index.php/Ranger that says
This article or section needs expansion.
Please help expand this article so the intended scope is covered in sufficient detail.
Offline
I see someone has changed:
'Ranger has excellent built-in documentation. Just use these 4 keystrokes: "1?", "2?", "3?", or "4?".'
to:
'Ranger's man page can be opened by typing "?". You can also press "1?" for a list of key bindings, "2?" for a list of commands and "3?" for a list of settings.'
...but this sorta' missed my point.
In my ranger installation, '1?', '2?', etc. no longer do anything different from '?' - all just open the man page. Thus the prompt to change.
Offline
I see someone has changed:
'Ranger has excellent built-in documentation. Just use these 4 keystrokes: "1?", "2?", "3?", or "4?".'
to:
'Ranger's man page can be opened by typing "?". You can also press "1?" for a list of key bindings, "2?" for a list of commands and "3?" for a list of settings.'
...but this sorta' missed my point.In my ranger installation, '1?', '2?', etc. no longer do anything different from '?' - all just open the man page. Thus the prompt to change.
It reflects how ranger works for about a week. You seem to have an older work-in-progress version.
I should add that after working quite a lot on ranger in the past 2-3 weeks, I'm finished for now to work on other things. You can expect ranger to stay like this for a while.
Last edited by hut (2011-10-13 19:57:56)
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
/usr/bin/ranger -d --list-unused-keys
ranger version: 1.5.0 (stable), executed with python 3.2.2
Locale: en_US.UTF-8
Current file: None
Traceback (most recent call last):
File "/usr/lib/python3.2/site-packages/ranger/core/main.py", line 82, in main
from ranger.ext.keybinding_parser import (special_keys,
ImportError: cannot import name reversed_special_keys
Is this a bug? (Actually I use the very latest git)
Offline
Yes, a typo ;( Fixed, thanks.
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
Hi hut.
A minor issue here, easily reproducible with the flushinput option set to False.
It occurs only the first time I run ranger after my computer boots up (maybe some memory cache system is involved).
ranger crashes when I type 'a (or any other bookmark) on loading screen or before.
ranger version: 1.5.0 (stable), executed with python 3.2.2
Locale: fr_FR.UTF-8
Current file: None
Traceback (most recent call last):
File "/usr/lib/python3.2/site-packages/ranger/core/main.py", line 103, in main
fm.loop()
File "/usr/lib/python3.2/site-packages/ranger/core/fm.py", line 191, in loop
ui.handle_input()
File "/usr/lib/python3.2/site-packages/ranger/gui/ui.py", line 218, in handle_input
self.handle_key(key)
File "/usr/lib/python3.2/site-packages/ranger/gui/ui.py", line 154, in handle_key
self.press(key)
File "/usr/lib/python3.2/site-packages/ranger/gui/ui.py", line 169, in press
quantifier=keybuffer.quantifier)
File "/usr/lib/python3.2/site-packages/ranger/core/actions.py", line 113, in execute_console
escape=cmd.escape_macros_for_shell)
File "/usr/lib/python3.2/site-packages/ranger/core/actions.py", line 128, in substitute_macros
macros = self._get_macros()
File "/usr/lib/python3.2/site-packages/ranger/core/actions.py", line 159, in _get_macros
macros['t'] = [fl.basename for fl in self.fm.env.cwd.files
TypeError: 'NoneType' object is not iterable
Offline
Can't use backspace to show dot files anymore?
Offline
Dot files can be shown with 'zh'. You can edit this manually in the rc.conf.
map <backspace> toggle_option show_hidden
Last edited by Army (2011-10-16 14:54:24)
Offline
Thanks~
Offline
Hi hut.
A minor issue here, easily reproducible with the flushinput option set to False.
It occurs only the first time I run ranger after my computer boots up (maybe some memory cache system is involved).
ranger crashes when I type 'a (or any other bookmark) on loading screen or before.ranger version: 1.5.0 (stable), executed with python 3.2.2 Locale: fr_FR.UTF-8 Current file: None Traceback (most recent call last): File "/usr/lib/python3.2/site-packages/ranger/core/main.py", line 103, in main fm.loop() File "/usr/lib/python3.2/site-packages/ranger/core/fm.py", line 191, in loop ui.handle_input() File "/usr/lib/python3.2/site-packages/ranger/gui/ui.py", line 218, in handle_input self.handle_key(key) File "/usr/lib/python3.2/site-packages/ranger/gui/ui.py", line 154, in handle_key self.press(key) File "/usr/lib/python3.2/site-packages/ranger/gui/ui.py", line 169, in press quantifier=keybuffer.quantifier) File "/usr/lib/python3.2/site-packages/ranger/core/actions.py", line 113, in execute_console escape=cmd.escape_macros_for_shell) File "/usr/lib/python3.2/site-packages/ranger/core/actions.py", line 128, in substitute_macros macros = self._get_macros() File "/usr/lib/python3.2/site-packages/ranger/core/actions.py", line 159, in _get_macros macros['t'] = [fl.basename for fl in self.fm.env.cwd.files TypeError: 'NoneType' object is not iterable
I think it's fixed.
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
/usr/bin/ranger -d --list-unused-keys
<a-cr>
<a-cr>
<a-cr>
<a-d>
<a-e>
<a-f>
Thanks, hut. Works now, but includes some duplicates, that may be eliminated, AFAIS. Anyway, this is very small issue.
hut wrote:
You can expect ranger to stay like this for a while
A real pity. Thank you very much for your work!
Offline
I'm unable to type numbers into the console with the latest version. They get displayed in the top right corner of the screen instead. Any idea what could be wrong?
Offline
I'm unable to type numbers into the console with the latest version. They get displayed in the top right corner of the screen instead. Any idea what could be wrong?
You need the latest config files.
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
hut, I notice that I can't use auto completion when using shell (console shell, when you press s). Is this removed by default or there is a way to enable it ?
Ask, and it shall be given you.
Seek, and ye shall find.
Knock, and it shall be opened unto you.
Offline
Is there any thing similar to autojump in ranger
Offline