mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-22 12:54:59 +00:00
New numeric alphabet
This commit is contained in:
parent
4f34101c23
commit
6457b4feb3
@ -1,6 +1,7 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
const ALPHABETS: [(&'static str, &'static str); 21] = [
|
||||
const ALPHABETS: [(&'static str, &'static str); 22] = [
|
||||
("numeric", "1234567890"),
|
||||
("abcd", "abcd"),
|
||||
("qwerty", "asdfqwerzxcvjklmiuopghtybn"),
|
||||
("qwerty-homerow", "asdfjklgh"),
|
||||
|
Loading…
Reference in New Issue
Block a user