Update vimrc
This commit is contained in:
parent
8fa27d57d5
commit
6eaf406674
6
vimrc
6
vimrc
|
@ -69,11 +69,11 @@ map <leader>n :Ntree<cr>
|
||||||
nnoremap <Leader>p `[v`]
|
nnoremap <Leader>p `[v`]
|
||||||
nnoremap Q @@
|
nnoremap Q @@
|
||||||
|
|
||||||
" Markdown configuration:
|
" vim-markdown configuration:
|
||||||
autocmd FileType markdown setlocal wrap linebreak
|
let g:vim_markdown_conceal = 3
|
||||||
|
|
||||||
" Command-T configuration:
|
" Command-T configuration:
|
||||||
map <leader>tf :CommandTFlush<CR>
|
map <leader>T :CommandTFlush<CR>
|
||||||
let g:CommandTFileScanner="git"
|
let g:CommandTFileScanner="git"
|
||||||
let g:CommandTGitScanSubmodules=1
|
let g:CommandTGitScanSubmodules=1
|
||||||
let g:CommandTGitIncludeUntracked=1
|
let g:CommandTGitIncludeUntracked=1
|
||||||
|
|
Loading…
Reference in New Issue