Requires a patched powerline font (see https://gist.github.com/baopham/1838072 or https://github.com/Lokaltog/powerline-fonts).
Screenshot using the smyck theme.
#!/bin/sh | |
helptext=" | |
\nUsage: note <text> | |
\n \tor note <flag> | |
\n | |
\nwhere <text> is any number of arguments to be appended to the note log | |
\n | |
\nand where <flag> is one of: | |
\n |
set nocompatible " be iMproved, required | |
filetype off " required | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins | |
"call vundle#begin('~/some/path/here') | |
" let Vundle manage Vundle, required |
.flex-box { | |
display: flex; | |
flex-direction: row; /* row-reverse, column, column-reverse */ | |
flex-wrap: nowrap; /* wrap, wrap-reverse */ | |
flex-flow: row nowrap; /* [flex-wrap] [flex-direction] */ | |
justify-content: flex-start; /* flex-end, center, space-between, space-around */ |
Requires a patched powerline font (see https://gist.github.com/baopham/1838072 or https://github.com/Lokaltog/powerline-fonts).
Screenshot using the smyck theme.
There are three things being changed
How atom/fuzzaldrin-plus
filters the pathnames. The project does some clever match scoring so that it can support runs of strings as well as acronym searching, so "ctl" could match in "SuperThingCtrl", and "stc" could match "SuperThingCtrl"
web/components/dropdown/index.tsx
it scores against just the substring dropdown
, which artificially inflates the score for that pathname.
dropdown
should match dropdown
better than it matches some/other/stuff/dropdown/stuff/index.tsx
Date | Confirmed cases | Cases per day | Deaths | Deaths per day | |
---|---|---|---|---|---|
2020-03-02 | 1 | 1 | 0 | 0 | |
2020-03-03 | 4 | 3 | 0 | 0 | |
2020-03-04 | 14 | 10 | 0 | 0 | |
2020-03-05 | 16 | 2 | 0 | 0 | |
2020-03-06 | 24 | 8 | 0 | 0 | |
2020-03-07 | 38 | 14 | 0 | 0 | |
2020-03-08 | 59 | 21 | 0 | 0 | |
2020-03-09 | 113 | 54 | 0 | 0 | |
2020-03-10 | 188 | 75 | 0 | 0 |