neovim: Drop tango keybinding

This was cool but I didn't really use it.
This commit is contained in:
Donovan Glover 2024-08-15 22:31:31 -04:00
parent 27582bfa85
commit b70ba76c80
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -83,7 +83,6 @@
nnoremap <silent> <leader>l :Rg<CR>
nnoremap <silent> <leader>; :NvimTreeToggle<CR>
nnoremap <silent> <leader>b :Vista!!<CR>
vnoremap <C-s> y:silent !notify-send -t 4000 "" "$(tango '<C-r>0')"<CR>:<Esc>
autocmd BufWritePre,FileWritePre * silent! call mkdir(expand('<afile>:p:h'), 'p')
autocmd VimEnter * silent! :cd `git rev-parse --show-toplevel`