diff options
author | Ben Sima <ben@bsima.me> | 2024-07-12 13:38:20 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-07-12 13:38:20 -0400 |
commit | b5705ba15218c969b4c77c282e10a30acfb29912 (patch) | |
tree | 652d6a57aca1267f417d2bac9224faee57473169 /lib/vimrc | |
parent | 3de194c1b17ffa411c0e003df9b864e7639e63c2 (diff) |
fix vim grep short command
Diffstat (limited to 'lib/vimrc')
-rw-r--r-- | lib/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ nmap <silent> ,d :r !date +\%Y.\%m.\%d<cr> nmap <silent> ,D :r !date +\%Y.\%m.\%d..\%H.\%M.\%S<cr> " grep (ripgrep) -nmap ,g :Rg +nmap ,g :Rg<cr> " format haskell code nmap ,f :!ormolu -m inplace %<cr> |