Merge fee8a4dc4717363a9067356ea53785351e5deafd into ea3e1e14cc49d68c9900fb05d9ee7bb9e719688e

This commit is contained in:
appeasementPolitik 2023-10-31 03:32:49 -06:00 committed by GitHub
commit ab2a623c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,14 @@ set noshowcmd
imap <leader>i <esc>:call ToggleIPA()<CR>a imap <leader>i <esc>:call ToggleIPA()<CR>a
nm <leader>q :call ToggleProse()<CR> nm <leader>q :call ToggleProse()<CR>
" vim-airline
if !exists('g:airline_symbols')
let g:airline_symbols = {}
endif
let g:airline_symbols.colnr = ' C:'
let g:airline_symbols.linenr = ' L:'
let g:airline_symbols.maxlinenr = '☰ '
" Shortcutting split navigation, saving a keypress: " Shortcutting split navigation, saving a keypress:
map <C-h> <C-w>h map <C-h> <C-w>h
map <C-j> <C-w>j map <C-j> <C-w>j