Vim: command mode with russian keys.
This commit is contained in:
parent
1456f092ca
commit
536310e3a0
3
.vimrc
3
.vimrc
|
@ -21,6 +21,9 @@ set number
|
|||
nmap <F6> :set invlist<cr>
|
||||
" set breakindent " https://www.linux.org.ru/forum/general/10615635?lastmod=1403800233259
|
||||
|
||||
" https://ru.wikibooks.org/wiki/Vim#%D0%A1%D0%BF%D0%BE%D1%81%D0%BE%D0%B1_2
|
||||
set langmap=ёйцукенгшщзхъфывапролджэячсмитьбю;`qwertyuiop[]asdfghjkl\\;'zxcvbnm\\,.,ЙЦУКЕHГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ;QWERTYUIOP{}ASDFGHJKL:\\"ZXCVBNM<>
|
||||
|
||||
" Setup for the GNU coding format standard
|
||||
function! GnuIndent()
|
||||
setlocal cinoptions=>4,n-2,{2,^-2,:2,=2,g0,h2,p5,t0,+2,(0,u0,w1,m1
|
||||
|
|
Loading…
Reference in New Issue