JQ STUFF I ALWAYS FORGET
if you have a list of dicts like
[
{"name": "fred",
"id": 1234},
{"name": "barmey",
"id": 4567}
| config.keys = { | |
| { | |
| key = 'd', | |
| mods = 'CMD', | |
| action = wezterm.action.SplitHorizontal { domain = 'CurrentPaneDomain' } | |
| }, | |
| { | |
| key = 'd', | |
| mods = 'CMD|SHIFT', | |
| action = wezterm.action.SplitVertical { domain = 'CurrentPaneDomain' } |
JQ STUFF I ALWAYS FORGET
if you have a list of dicts like
[
{"name": "fred",
"id": 1234},
{"name": "barmey",
"id": 4567}
| clone https://github.com/bash-lsp/bash-language-server somewhere like ~/.local/share | |
| yarn install | |
| yarn run compile | |
| then set the language server path to ~/.local/share/bash-language-server/vscode-client/node_modules/.bin/bash-language-server with the argument "start" |