Remove taskwarrior stuff

Also, change the way visual shifts work
This commit is contained in:
Brian Buller 2016-08-16 06:50:15 -05:00
parent 33ae1066ea
commit 72ba8f525b
3 changed files with 3 additions and 9 deletions

@ -1 +0,0 @@
Subproject commit 5572b4f35958874e21498623998676c697810696

@ -1 +0,0 @@
Subproject commit 50f39db8500fdc65be7118351a6ad32b3deea0a8

View File

@ -1,6 +1,7 @@
call pathogen#infect()
execute pathogen#infect()
" Setup {{
filetype plugin on
set nocompatible
set shortmess+=filmnrxoOtT
" }}
@ -186,7 +187,7 @@ call pathogen#infect()
" Misc Things {{
" Vimwiki {{
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
" }}
@ -236,11 +237,6 @@ call pathogen#infect()
map <leader>fc /\v^[<\|=>]{7}( .*\|$)<CR>
" }}
" Visual Shifting (Does not exit Visual mode) {{
vnoremap < <gv
vnoremap > >gv
" }}
" Allow the repeat operator on visual selsections {{
vnoremap . :normal .<CR>
" }}