Skip to content

Commit

Permalink
doc: update gh mapping example
Browse files Browse the repository at this point in the history
closes #124
  • Loading branch information
justinmk committed Jun 20, 2018
1 parent 3913e81 commit c273c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dirvish.txt
Expand Up @@ -142,7 +142,7 @@ can be overridden by handling that event. Example: >
" Map `gh` to hide dot-prefixed files. Press `R` to "toggle" (reload).
autocmd FileType dirvish nnoremap <silent><buffer>
\ gh :silent keeppatterns g@\v/\.[^\/]+/?$@d _<cr>
\ gh :silent keeppatterns g@\v/\.[^\/]+/?$@d _<cr>:setl cole=3<cr>
augroup END
<

Expand Down

0 comments on commit c273c46

Please sign in to comment.