vim-derivatives: improve completion
This commit is contained in:
parent
e975628bdb
commit
7ea8c6ba8d
2 changed files with 16 additions and 4 deletions
|
@ -4,7 +4,8 @@ set nocompatible
|
|||
set mouse=
|
||||
|
||||
" leader
|
||||
let mapleader = '\'
|
||||
let mapleader = ','
|
||||
let maplocalleader = ','
|
||||
|
||||
" save on ctrl-s
|
||||
nnoremap <c-s> :w<CR>
|
||||
|
@ -113,5 +114,11 @@ augroup ft_yaml
|
|||
augroup END
|
||||
" }}}
|
||||
|
||||
" markdown {
|
||||
augroup filetypedetect
|
||||
" gitit page files
|
||||
au BufRead,BufNewFile *.page set filetype=markdown
|
||||
augroup END
|
||||
" } markdown
|
||||
''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue