Opening a ROX window quickly from the shell
If you're using the
zsh shell, add this to your ~/.zshrc:
open-rox-cwd() { rox } zle -N open-rox-cwd bindkey '\e[24~' open-rox-cwd
Now, pressing F12 will open a ROX filer window showing the current directory (even in the middle of
editing a line). The actual keycode (the odd string after bindkey) varies by terminal; press <Ctrl-V> <Key> at a shell
prompt to see what it should be (replacing ^[ with \e).
»
- Printer-friendly version
- Login to post comments

Recent comments
1 year 13 weeks ago
1 year 23 weeks ago
2 years 7 weeks ago
2 years 11 weeks ago
2 years 14 weeks ago
2 years 16 weeks ago
2 years 16 weeks ago
2 years 20 weeks ago
2 years 20 weeks ago
2 years 20 weeks ago