mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Compare commits
2 Commits
a4319ce470
...
d76e9fd2bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d76e9fd2bb | ||
|
|
fee8a4dc47 |
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user