mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
refractor: on chezmoi
Add multiple variables in chezmoi.toml, apply a more detailed ignore rule Use of chezmoi scripts Use Neogit for default git GUI (TUI) Integrate chezmoi with age
This commit is contained in:
parent
5921775239
commit
2a1127bf10
38 changed files with 988 additions and 129 deletions
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"n": "cmd:cmd_nextMsg",
|
||||
"e": "cmd:cmd_previousMsg",
|
||||
"o": "cmd:cmd_openMessage",
|
||||
"f": "cmd:cmd_forward",
|
||||
"#": "cmd:cmd_delete",
|
||||
"r": "cmd:cmd_reply",
|
||||
"a": "cmd:cmd_replyall",
|
||||
"x": "cmd:cmd_archive",
|
||||
"c": "func:MsgNewMessage",
|
||||
"u": "tbkeys:closeMessageAndRefresh"
|
||||
"j": "cmd:cmd_nextMsg",
|
||||
"k": "cmd:cmd_previousMsg",
|
||||
"o": "cmd:cmd_openMessage",
|
||||
"f": "cmd:cmd_forward",
|
||||
"#": "cmd:cmd_delete",
|
||||
"r": "cmd:cmd_reply",
|
||||
"A": "cmd:cmd_replyall",
|
||||
"x": "cmd:cmd_archive",
|
||||
"a": "cmd:cmd_archive",
|
||||
"c": "func:MsgNewMessage",
|
||||
"u": "tbkeys:closeMessageAndRefresh"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue