use S-nbsp for Esc under vim, thus duplicate nbsp to AltGr-Shift-space in xkb
This commit is contained in:
parent
7a8cd76fa4
commit
b9a6a277ff
2 changed files with 3 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -78,6 +78,8 @@ nnoremap <leader>ç :set guifont=Inconsolata\ 11<CR>
|
||||||
cnoremap %% <C-R>=expand('%:h').'/'<cr>
|
cnoremap %% <C-R>=expand('%:h').'/'<cr>
|
||||||
map <leader>p :CtrlP %%<cr>
|
map <leader>p :CtrlP %%<cr>
|
||||||
|
|
||||||
|
" use shift-space as escape
|
||||||
|
inoremap <S-Space> <Esc>
|
||||||
|
|
||||||
set list
|
set list
|
||||||
" print tabs with a special character (add ",eol:·" for end of lines)
|
" print tabs with a special character (add ",eol:·" for end of lines)
|
||||||
|
|
|
||||||
|
|
@ -531,7 +531,7 @@ xkb_symbols "bepo" {
|
||||||
key <AB09> { [ h, H, dagger, doubledagger ] }; // h H † ‡
|
key <AB09> { [ h, H, dagger, doubledagger ] }; // h H † ‡
|
||||||
key <AB10> { [ f, F, dead_ogonek, ordfeminine ] }; // f F ̨ ª
|
key <AB10> { [ f, F, dead_ogonek, ordfeminine ] }; // f F ̨ ª
|
||||||
|
|
||||||
key <SPCE> { [ space, nobreakspace, underscore, U202F ] }; // (espace) ␣ (espace insécable) _ (espace insécable fin)
|
key <SPCE> { [ space, nobreakspace, underscore, nobreakspace ] }; // (espace) ␣ (espace insécable) _ (espace insécable fin)
|
||||||
};
|
};
|
||||||
|
|
||||||
partial alphanumeric_keys
|
partial alphanumeric_keys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue