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>
|
||||
map <leader>p :CtrlP %%<cr>
|
||||
|
||||
" use shift-space as escape
|
||||
inoremap <S-Space> <Esc>
|
||||
|
||||
set list
|
||||
" print tabs with a special character (add ",eol:·" for end of lines)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue