Skip to content

Commit 2feb8f7

Browse files
committedFeb 25, 2025
feat(bluetuith): add config feat. vim keys
Config originally posted here: darkhz/bluetuith#62 (comment)
1 parent e6dbd9e commit 2feb8f7

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
 

‎.dotter/global.toml

+3
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,8 @@ ranger = "~/.config/ranger"
107107
"git/config" = "~/.config/git/config.global"
108108
"git/template" = "~/.config/git/template"
109109

110+
[bluetuith.files]
111+
bluetuith = "~/.config/bluetuith"
112+
110113
[helpers]
111114
bool = ".dotter/helpers/bool.rhai"

‎bluetuith/bluetuith.conf

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
adapter: ""
3+
adapter-states: ""
4+
connect-bdaddr: ""
5+
gsm-apn: ""
6+
gsm-number: ""
7+
keybindings: {
8+
NavigateDown: j
9+
NavigateUp: k
10+
Quit: q
11+
}
12+
receive-dir: ""
13+
theme: {}
14+
}

0 commit comments

Comments
 (0)
Please sign in to comment.