Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 1.55 KB

README.md

File metadata and controls

67 lines (56 loc) · 1.55 KB

Powered by vital.vim

vim-trello

Vim plugin for Trello
Japanese README.md is here.

vim-trello

Installation

vim-plug

Plug 'yoshio15/vim-trello', { 'branch': 'main' }

and execute :PlugInstall command to install vim-trello.

Setting

set your api key and token of Trello in your vimrc.

" Trello API Key
let g:vimTrelloApiKey = '{your api key}'
let g:vimTrelloToken = '{your token}'

Usage

:VimTrello

you can open your boards list of trello assosiaded with your Trello account by this command.

Key Map

■ Boards

key action
q close buffer
Enter show the Board

■ Lists

key action
a add new List
b back to Boards
d delete(archive) the List
q close buffer
Enter show the List

■ Tasks

key action
a add new Task
b back to Lists
d delete the Task
e edit the title of Task
q close buffer
Enter show the Task

■ Task Detail

key action
b back to Tasks
q close buffer
:w update description of the task

Author

Yoshio Kondo

License

This software is released under the MIT License, see LICENSE.