Compare commits

..

No commits in common. "2dd96e83152573e3bedb55606e4bbe2d447cece6" and "96e9b974fe852c2eebde169eefaa03b2c580ead7" have entirely different histories.

4 changed files with 26 additions and 26 deletions

View File

@ -47,7 +47,7 @@ c.fonts.default_family = 'Roboto'
# search engines # search engines
c.url.searchengines = { c.url.searchengines = {
'DEFAULT':'https://google.com/search?hl=en&q={}', 'DEFAULT': 'https://lite.duckduckgo.com/lite?&q={}',
'!d': 'https://lite.duckduckgo.com/lite?&q={}', '!d': 'https://lite.duckduckgo.com/lite?&q={}',
'!g': 'https://google.com/search?hl=en&q={}', '!g': 'https://google.com/search?hl=en&q={}',
'!y': 'https://ya.ru/search/?text={}', '!y': 'https://ya.ru/search/?text={}',

View File

@ -14,11 +14,11 @@ set keymap vi-insert
set keymap vi-command set keymap vi-command
"n":backward-char "n":backward-char
"\C-n":backward-char "\C-n":backward-char
# e -> k (reverse swap) # e -> k
set keymap vi-command set keymap vi-command
"e":previous-history "e":previous-history
"\C-e":kill-line "\C-e":kill-line
# i -> j (reverse swap) # i -> j
#set keymap vi-insert #set keymap vi-insert
# "\C-i":accept-line # ascii code conflicts with tab # "\C-i":accept-line # ascii code conflicts with tab
set keymap vi-command set keymap vi-command

View File

@ -4,14 +4,14 @@
#n Help #n Help
#N Help #N Help
# e -> j # e -> k
e forw-line e back-line
E forw-line-force ^E back-line
E back-line-force
# i -> k # i -> j
i back-line i forw-line
^I back-line J forw-line-force
I back-line-force
# o -> l # o -> l
^O repaint ^O repaint

View File

@ -61,14 +61,14 @@ autocmd FileType gitcommit setlocal complete+=kspell
noremap n h noremap n h
noremap N H noremap N H
noremap! <C-n> <C-h> noremap! <C-n> <C-h>
" e -> j " e -> k
noremap e j noremap e k
noremap E J noremap E K
noremap! <C-e> <C-j> noremap! <C-e> <C-k>
" i -> k " i -> j
noremap i k noremap i j
noremap I K noremap I J
noremap! <C-i> <C-k> noremap! <C-i> <C-j>
" o -> l " o -> l
noremap o l noremap o l
noremap O L noremap O L
@ -104,14 +104,14 @@ set langmap=ьЬыЫфФпПбБжЖлЛуУяЯаАрРсСтТгГмМнНеЕ
noremap н х noremap н х
noremap Н Х noremap Н Х
noremap! <C-н> <C-х> noremap! <C-н> <C-х>
" e -> j " e -> k
noremap е ж noremap е к
noremap Е Ж noremap Е К
noremap! <C-е> <C-ж> noremap! <C-е> <C-к>
" i -> k " i -> j
noremap и к noremap и ж
noremap И К noremap И Ж
noremap! <C-и> <C-к> noremap! <C-и> <C-ж>
" o -> l " o -> l
noremap о л noremap о л
noremap О Л noremap О Л