Added some aliases for taskwarrior contexts

This commit is contained in:
Alex Kelly 2019-05-08 11:12:28 -04:00
parent c512a473ea
commit 1f09661c25
2 changed files with 23 additions and 3 deletions

View file

@ -131,8 +131,8 @@ let g:pymode_lint_write = 1
let g:pymode_virtualenv = 1
" Enable breakpoints plugin
let g:pymode_breakpoint = 1
let g:pymode_breakpoint_key = '<leader>b'
let g:pymode_breakpoint = 1
let g:pymode_breakpoint_key = '<leader>b'
" syntax highlighting
let g:pymode_syntax = 1
@ -153,6 +153,8 @@ let g:dbgPavimOnce = 1
let python_highlight_all=1
syntax on
let g:pymode_python = 'python3'
" For table mode RST friendliness
let g:table_mode_corner_corner='+'
let g:table_mode_header_fillchar='='