diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-04-29 17:35:40 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-04-29 17:35:40 +0200 |
| commit | fc4ab0d00cfe1a6846df671dc36a4dfc61fae8f9 (patch) | |
| tree | 55e8d1b1406007cb4d3697b8410d1420dafd1020 | |
| parent | 54eac416e146486966bae12c8a0cfd1f36d06dc6 (diff) | |
update
| -rw-r--r-- | .bashrc | 1 | ||||
| -rw-r--r-- | .vimrc | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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' @@ -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> |
