1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Page through ripgrep output with less, preserving highlights

This commit is contained in:
2019-07-03 13:30:03 +02:00
parent ecf3c208e4
commit 953e46c7b0

View File

@@ -97,6 +97,10 @@ function grepl
grep --color=always -ir $argv | less -R
end
function rgl
rg -p $argv | less -RFX
end
## Various
#alias tmux 'tmux -2'
alias tmux_reload "tmux source-file ~/.tmux.conf"