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:
4
.vimrc
4
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user