All Projects → Zuckonit → Vim Airline Tomato

Zuckonit / Vim Airline Tomato

Licence: mit
Pomodoro Technique

Projects that are alternatives of or similar to Vim Airline Tomato

Vim Codelf
(Neo)Vim plugin for searching variable names
Stars: ✭ 47 (-40.51%)
Mutual labels:  vim-plugin
Tabnine
AI Code Completions
Stars: ✭ 8,863 (+11118.99%)
Mutual labels:  vim-plugin
Vim Pencil
Rethinking Vim as a tool for writing
Stars: ✭ 1,186 (+1401.27%)
Mutual labels:  vim-plugin
Vim Lookup
Jump to the definition of variables or functions in VimL code.
Stars: ✭ 51 (-35.44%)
Mutual labels:  vim-plugin
Vimagit
Ease your git workflow within Vim
Stars: ✭ 1,088 (+1277.22%)
Mutual labels:  vim-plugin
Completor.vim
Async completion framework made ease.
Stars: ✭ 1,158 (+1365.82%)
Mutual labels:  vim-plugin
Vim Grepper
👾 Helps you win at grep.
Stars: ✭ 1,030 (+1203.8%)
Mutual labels:  vim-plugin
Fff.vim
A plugin for vim/neovim which allows you to use fff as a file opener.
Stars: ✭ 78 (-1.27%)
Mutual labels:  vim-plugin
Vim Systemd Syntax
Syntax highlighting for systemd service files in Vim.
Stars: ✭ 57 (-27.85%)
Mutual labels:  vim-plugin
Vim Translate
A tiny translate-shell wrapper for Vim
Stars: ✭ 70 (-11.39%)
Mutual labels:  vim-plugin
Bufferhint
Handy buffer switcher for Vim
Stars: ✭ 52 (-34.18%)
Mutual labels:  vim-plugin
Vim Package Info
Vim plugin to quickly view info about the packages you use
Stars: ✭ 57 (-27.85%)
Mutual labels:  vim-plugin
Shirotelin
shirotelin is Ultimate standard light colorscheme for Vim and Neovim!
Stars: ✭ 69 (-12.66%)
Mutual labels:  vim-plugin
Dhall Vim
Syntax highlighting for Dhall
Stars: ✭ 51 (-35.44%)
Mutual labels:  vim-plugin
Fzf Filemru
File MRU with fzf.vim
Stars: ✭ 76 (-3.8%)
Mutual labels:  vim-plugin
Vim Scrollstatus
A Vim plugin to display a scrollbar in the statusline
Stars: ✭ 46 (-41.77%)
Mutual labels:  vim-plugin
Vim Yaml Folds
YAML, RAML, EYAML & SaltStack SLS folding for Vim
Stars: ✭ 59 (-25.32%)
Mutual labels:  vim-plugin
Fzf Mru.vim
Vim plugin that is using fzf.vim to display your most recently used files.
Stars: ✭ 79 (+0%)
Mutual labels:  vim-plugin
Vim Litecorrect
Lightweight auto-correction for Vim
Stars: ✭ 77 (-2.53%)
Mutual labels:  vim-plugin
Tcomment vim
An extensible & universal comment vim-plugin that also handles embedded filetypes
Stars: ✭ 1,162 (+1370.89%)
Mutual labels:  vim-plugin

vim-airline-tomato

Introduction

This is a vim-airline extension for an easy application of the Pomodoro Technique.

Required

  • Airline: The extension is based on vim-airline (like powerline, but faster and with a deeper KISS flavor)
  • powerline-font: if you use wild char's, you may need install powerline font.

Optional

  • pomicons: This is a font with 8 symbols to talk about the "Pomodoro Technique"® (You can use these special symbols to change the configuration). You can use one of the awesome-terminal-fonts that contains both powerline and pomicons symbols.

Configuration

  • If you want to change the working time:

let g:tomato#interval = 60 * 60

  • If you wat to change rest time:

let g:tomato#rest_time = 20 * 60

  • If you want to change language(English or Chinese):

let g:tomato#lang = 'chinese'

  • If you want to change working text:

let g:tomato#remind = "☻" (" \uf003 " if you are using awesome-terminal-fonts)

  • If you want to change rest text:

let g:tomato#restinfo = "☺" (" \ue1f1 " if you are using awesome-terminal-fonts)

  • If you want to enable clock:

let g:tomato#show_clock = 1

  • If you want to show a count down:

let g:tomato#show_clock = 1
let g:tomato#show_count_down = 1

Reset (reset the count of tomato to be one)

  • manually reset

:call tomato#reset()

  • set auto reset when number over a value

let g:tomato#auto_reset_num = 24 (here put the number you wanna set)
if the g:tomato#auto_reset_num = -1, then the auto reset will be forbidden
if there is no g:tomato#auto_reset_num in your config, the default auto_reset_num is 24 * 60 / g:tomato#interval, the total tomato numbers of one day.

Screenshot

pomicons

Thanks

Gabriele Lana [email protected] (for providing awesome fonts)
hellolj (for README gramma check)
CodeFalling (for providing functions clock and countdown)

License

MIT

============================================================================== vim:tw=78:ts=8:ft=help:norl:noet:fen:fdl=0:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].