ranger
空格选中一个文件,对选中的文件再按空格取消选中ranger --copy-config=all copy config to ~/.config/ranger
install bat to preview code, configure scope.sh to set syntax highlight
# Plugins
# Zoxide
- Install:
git clone https://github.com/jchook/ranger-zoxide ~/.config/ranger/plugins/zoxide - Usage:
:z pathto jump:zifor interactive shell (config in zoxide)
# Bookmark
m + key to save a bookmark
use ' to navigate
# Basic Keybinding
zh = show hiddeng for navigation and tabsr for :open_with commandy for yank(copy)d for cut/deletep for pasteo for sort. for filter_stackz for changing settingsu for “undo”M for line mode+, -, = for setting access rights to filesF7: mkdir
# Config
# rc.conf
# Use yc to copy content to system clipboard
map yc shell cat %p | xclip -sel clip