From fc4ab0d00cfe1a6846df671dc36a4dfc61fae8f9 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 29 Apr 2025 17:35:40 +0200 Subject: update --- .bashrc | 1 + .vimrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 15e7b58..1b73d7b 100644 --- a/.bashrc +++ b/.bashrc @@ -57,6 +57,7 @@ alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date alias fd='find . -iname' alias grep='grep -i --color' alias more='less' +alias oman='MANPAGER= man' alias vi='vim' alias view='vim -R' alias gob='go build' diff --git a/.vimrc b/.vimrc index 9c90b81..887225a 100644 --- a/.vimrc +++ b/.vimrc @@ -43,7 +43,7 @@ nmap q :q set rtp+=/opt/homebrew/opt/fzf let g:fzf_preview = 'cat {}' -" set grepprg=rg\ --vimgrep\ --smart-case\ --hidden\ --follow +set grepprg=rg\ --vimgrep\ --smart-case\ --hidden\ --follow " nnoremap \ :Rg " nnoremap :Files -- cgit v1.2.3