2022-02-19 ranger 配置

只能修改文件夹 cw

在 rc.conf 中找到 map cw ... 这一行, 注释掉, 加入如下行:

1
map cw eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ")

图片的预览

解压/压缩文件

  • 安装 ranger-archives.git 到 ~/.config/ranger/plugin
1
2
cd ~/.config/ranger/plugins
git clone https://github.com/maximtrp/ranger-archives.git
  • 在 rc.conf 文件中加入
1
2
3
4
5
6
7
8
map ex console extract%space
map ec console compress%space
``

#### git status

在 rc.conf 中将设置如下

set vcs_aware true

1
2
3
4
5
6
7

#### 给 ranger 添上必要的图标

* Install a Nerd Font compatible font or patch your own, then set your terminal font

* Clone:

git clone https://github.com/cdump/ranger-devicons2 ~/.config/ranger/plugins/devicons2


* Add/change default_linemode devicons2 in your ~/.config/ranger/rc.conf

2022-02-19 ranger 配置
https://www.supermew.top/2022/02/19/ranger-配置/
作者
八月
发布于
2022年2月19日
许可协议