Add taskwarrior stuff to vim and zsh
This commit is contained in:
@@ -40,6 +40,9 @@ Plug 'scrooloose/nerdtree'
|
|||||||
"Plugin 'terryma/vim-multiple-cursors'
|
"Plugin 'terryma/vim-multiple-cursors'
|
||||||
"Plugin 'wellle/targets.vim'
|
"Plugin 'wellle/targets.vim'
|
||||||
"Plugin 'wincent/Command-T'
|
"Plugin 'wincent/Command-T'
|
||||||
|
Plug 'vimwiki/vimwiki'
|
||||||
|
Plug 'blindFS/vim-taskwarrior'
|
||||||
|
Plug 'tbabej/taskwiki'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|||||||
@@ -64,3 +64,5 @@ alias cl="clear"
|
|||||||
alias nocolor="sed -r \"s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g\""
|
alias nocolor="sed -r \"s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g\""
|
||||||
|
|
||||||
alias ip="ip -color"
|
alias ip="ip -color"
|
||||||
|
|
||||||
|
alias vimtask="vim -c :TW"
|
||||||
|
|||||||
Reference in New Issue
Block a user