1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 02:25:11 +01:00

Disabled digraphs again, just use ctrl+k

This commit is contained in:
Michiel Scholten
2014-12-09 15:07:36 +01:00
parent 7403c5bd22
commit f36141e2d9

4
.vimrc
View File

@@ -121,7 +121,9 @@ nnoremap <leader>l :ls<cr>:b<space>
" Example: Type 'a', erase it by typing CTRL-H - and then type ':' - this
" results in the umlaut: ä So Vim remembers the character you have erased and
" combines it with the character you have typed "over" the previous one.
set digraph
"set digraph
" Disabled as it also works with backspace and gives odd results with some
" normal typing, giving asiatic glyphs and such. Just use CTRL+k a:
" 2014-01-29 some sane Python settings
autocmd FileType python set tabstop=4