Skip to content

Commit

Permalink
Added a (quite dirty) fix for errors caused by alt-gr + space
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed Aug 10, 2016
1 parent 568cc4a commit fde4511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ map <C-F8> :tabm +<CR>
" fixing some unutilized parts of the scandinavian keyboard (TODO: make this depend on keyboard layout?)
map å ^
map ¤ $
" map non-breaking space to actual space
inoremap   <Space>
" nnoremap Y y$ TODO: figure this out, this breaks 'yy'

Expand Down

0 comments on commit fde4511

Please sign in to comment.