summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-04-29 17:35:40 +0200
committerMarc Vertes <mvertes@free.fr>2025-04-29 17:35:40 +0200
commitfc4ab0d00cfe1a6846df671dc36a4dfc61fae8f9 (patch)
tree55e8d1b1406007cb4d3697b8410d1420dafd1020
parent54eac416e146486966bae12c8a0cfd1f36d06dc6 (diff)
update
-rw-r--r--.bashrc1
-rw-r--r--.vimrc2
2 files changed, 2 insertions, 1 deletions
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<CR>
" nnoremap <C-T> :Files<cr>