This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
import re | |
import sys | |
import subprocess | |
BROWSER='google-chrome' | |
# John Gruber's regex from http://daringfireball.net/2010/07/improved_regex_for_matching_urls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import urwid | |
from string import ascii_uppercase | |
from topydo.lib.Color import Color | |
from topydo.lib.Config import config | |
from topydo.ui.TodoWidget import _to_urwid_color | |
if config().colors(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"remaps | |
map d x | |
map J nextTab | |
map K previousTab | |
map u lastClosedTab | |
"settings | |
let hintcharacters="asdfghjklvn" | |
set autoupdategist |