Merge 5848317370d27d1aeefed4e1de1591bc5ecb638f into 4a3ad91070328668cd3c8c375e38843f21506e7a

This commit is contained in:
Alessio Artoni 2025-11-28 10:29:53 +03:00 committed by GitHub
commit 3d273ec17a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,8 +63,7 @@ colorscheme vim
endif
let g:airline_symbols.colnr = ' C:'
let g:airline_symbols.linenr = ' L:'
let g:airline_symbols.maxlinenr = ' '
let g:airline#extensions#whitespace#symbol = '!'
let g:airline_symbols.maxlinenr = '☰ '
" Shortcutting split navigation, saving a keypress:
map <C-h> <C-w>h