Remove taskwarrior stuff
Also, change the way visual shifts work
This commit is contained in:
parent
33ae1066ea
commit
72ba8f525b
@ -1 +0,0 @@
|
|||||||
Subproject commit 5572b4f35958874e21498623998676c697810696
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 50f39db8500fdc65be7118351a6ad32b3deea0a8
|
|
10
home/.vimrc
10
home/.vimrc
@ -1,6 +1,7 @@
|
|||||||
call pathogen#infect()
|
execute pathogen#infect()
|
||||||
|
|
||||||
" Setup {{
|
" Setup {{
|
||||||
|
filetype plugin on
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set shortmess+=filmnrxoOtT
|
set shortmess+=filmnrxoOtT
|
||||||
" }}
|
" }}
|
||||||
@ -186,7 +187,7 @@ call pathogen#infect()
|
|||||||
" Misc Things {{
|
" Misc Things {{
|
||||||
" Vimwiki {{
|
" Vimwiki {{
|
||||||
let g:vimwiki_list = [{'path': '~/Dropbox/Documents/vimwiki/vimwiki', 'path_html': '~/Dropbox/Documents/vimwiki/vimwiki_html/', 'auto_export':'1'}]
|
let g:vimwiki_list = [{'path': '~/Dropbox/Documents/vimwiki/vimwiki', 'path_html': '~/Dropbox/Documents/vimwiki/vimwiki_html/', 'auto_export':'1'}]
|
||||||
nnoremap <Leader>wb :Vimwiki2HTMLBrowse<CR><CR>
|
nnoremap <leader>wb :Vimwiki2HTMLBrowse<CR><CR>
|
||||||
let g:vimwiki_auto_checkbox = 1
|
let g:vimwiki_auto_checkbox = 1
|
||||||
" }}
|
" }}
|
||||||
|
|
||||||
@ -236,11 +237,6 @@ call pathogen#infect()
|
|||||||
map <leader>fc /\v^[<\|=>]{7}( .*\|$)<CR>
|
map <leader>fc /\v^[<\|=>]{7}( .*\|$)<CR>
|
||||||
" }}
|
" }}
|
||||||
|
|
||||||
" Visual Shifting (Does not exit Visual mode) {{
|
|
||||||
vnoremap < <gv
|
|
||||||
vnoremap > >gv
|
|
||||||
" }}
|
|
||||||
|
|
||||||
" Allow the repeat operator on visual selsections {{
|
" Allow the repeat operator on visual selsections {{
|
||||||
vnoremap . :normal .<CR>
|
vnoremap . :normal .<CR>
|
||||||
" }}
|
" }}
|
||||||
|
Loading…
Reference in New Issue
Block a user