mode: Update doc, sort dict

This commit is contained in:
Christian Brabandt
2018-10-15 14:17:49 +02:00
parent f045452743
commit 68f5f1e50d
2 changed files with 13 additions and 8 deletions

View File

@@ -174,10 +174,15 @@ values):
" or copy paste the following into your vimrc for shortform text
let g:airline_mode_map = {
\ '__' : '-',
\ 'n' : 'N',
\ 'i' : 'I',
\ 'R' : 'R',
\ 'c' : 'C',
\ 'i' : 'I',
\ 'ic' : 'I',
\ 'ix' : 'I',
\ 'n' : 'N',
\ 'ni' : 'N',
\ 'no' : 'N',
\ 'R' : 'R',
\ 'Rv' : 'R',
\ 'v' : 'V',
\ 'V' : 'V',
\ '' : 'V',