summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>