git ssb

0+

cel / noice



Commit 5df00f20dfad0b08f225b985325aa658be5df4d4

added support for sporth

Paul Batchelor committed on 11/21/2017, 10:08:25 PM
Parent: 37f5bf6d4f667c745e26eca9105013f6eec25010

Files changed

config.def.hchanged
config.def.hView
@@ -12,14 +12,15 @@
1212 { "\\.(png|jpg|gif)$", "feh" },
1313 { "\\.(html|svg)$", "firefox" },
1414 { "\\.pdf$", "mupdf" },
1515 { "\\.sh$", "sh" },
16 + { "\\.sp$", "sp_eval_file" },
1617 { ".", "less" },
1718 };
1819
1920 struct key bindings[] = {
2021 /* Quit */
21- { 'q', SEL_QUIT },
22 + { 'Q', SEL_QUIT },
2223 /* Back */
2324 { KEY_BACKSPACE, SEL_BACK },
2425 { KEY_LEFT, SEL_BACK },
2526 { 'h', SEL_BACK },

Built with git-ssb-web