1
0
Fork 0
dotfiles-server/dot_config/micro/bindings.json
Alexander Schäferdiek 7a75bcc46c Various updates
- Use pure prompt for zsh by default
- Add autojump, autosuggestions for zsh
- Switch to dracula theme for vim and micro
2023-12-12 23:08:52 +01:00

5 lines
113 B
JSON

{
"Alt-/": "lua:comment.comment",
"CtrlUnderscore": "lua:comment.comment",
"F4": "command:jumptag"
}