Skip to content

PrashanthaTP/planner.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planner.vim

Vim plugin for diary/todo management

Installation

  • Clone the repo

  • Add this line to vimrc

    let &runtimepath.=','.fnameescape("<full path to planner.vim directory>")

Usage

Example Keybindings

nnoremap <leader>td :PlannerTodoDone<CR>
nnoremap <leader>tt :PlannerTodoToggle<CR>
nnoremap <leader>ti :PlannerTodoInsert<CR>
nnoremap <expr> <leader>tD planner#PlannerMoveToSection("# DONE")

Releases

No releases published

Packages

No packages published