Skip to content

Commit

Permalink
Changed the keymappings to not conflict with command-t
Browse files Browse the repository at this point in the history
  • Loading branch information
neror committed Mar 21, 2011
1 parent 90987b9 commit af2eddc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ftplugin/taskpaper.vim
Expand Up @@ -97,8 +97,8 @@ noremap <unique> <script> <Plug>ShowContext :call <SID>ShowContext()<CR>
noremap <unique> <script> <Plug>ShowAll :call <SID>ShowAll()<CR>
noremap <unique> <script> <Plug>FoldAllProjects :call <SID>FoldAllProjects()<CR>
map <buffer> <silent> <Leader>td <Plug>ToggleDone
map <buffer> <silent> <Leader>tx <Plug>ToggleCancelled
map <buffer> <silent> <Leader>tc <Plug>ShowContext
map <buffer> <silent> <Leader>ta <Plug>ShowAll
map <buffer> <silent> <Leader>tp <Plug>FoldAllProjects
map <buffer> <silent> <Leader>pd <Plug>ToggleDone
map <buffer> <silent> <Leader>px <Plug>ToggleCancelled
map <buffer> <silent> <Leader>pc <Plug>ShowContext
map <buffer> <silent> <Leader>pa <Plug>ShowAll
map <buffer> <silent> <Leader>pp <Plug>FoldAllProjects

0 comments on commit af2eddc

Please sign in to comment.