mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 11:10:26 +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
|
" 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
|
" 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.
|
" 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
|
" 2014-01-29 some sane Python settings
|
||||||
autocmd FileType python set tabstop=4
|
autocmd FileType python set tabstop=4
|
||||||
|
|||||||
Reference in New Issue
Block a user