remove dupe bind

This commit is contained in:
Tyrel Souza 2022-01-27 15:26:23 -05:00
parent 63a8fb34ae
commit 1de7fc9d71
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ map q: <Nop>
" Disable EX Mode
nnoremap Q <nop>
" Search with Ag
nnoremap <Leader>/ :Ag<CR>
nnoremap <C-K> :bnext<CR>
nnoremap <C-J> :bprev<CR>
nmap <leader>bq :bp <BAR> bd #<CR>