1
0
mirror of https://github.com/amix/vimrc synced 2025-06-16 17:45:00 +08:00

Default to Hack font

This commit is contained in:
amix
2015-12-08 10:19:59 -03:00
parent b1ffcf08ba
commit 768c72a3ed
3 changed files with 5 additions and 5 deletions

View File

@ -229,7 +229,7 @@ map <C-h> <C-W>h
map <C-l> <C-W>l
" Close the current buffer
map <leader>bd :Bclose<cr>
map <leader>bd :Bclose<cr>:tabclose<cr>gT
" Close all the buffers
map <leader>ba :bufdo bd<cr>