add rule for bind-db
This commit is contained in:
parent
259a65705e
commit
9c09f14f71
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -539,3 +539,5 @@ let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }
|
||||||
" Configure Gitgutter
|
" Configure Gitgutter
|
||||||
nmap <Leader>hn <Plug>(GitGutterNextHunk)
|
nmap <Leader>hn <Plug>(GitGutterNextHunk)
|
||||||
nmap <Leader>hp <Plug>(GitGutterPrevHunk)
|
nmap <Leader>hp <Plug>(GitGutterPrevHunk)
|
||||||
|
|
||||||
|
autocmd BufWritePre /etc/bind/vpn/db.* Soa
|
||||||
|
|
Loading…
Reference in a new issue