use S-nbsp for Esc under vim, thus duplicate nbsp to AltGr-Shift-space in xkb

This commit is contained in:
nojhan 2012-05-02 16:30:31 +02:00
commit b9a6a277ff
2 changed files with 3 additions and 1 deletions

2
.vimrc
View file

@ -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)