diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 19de09ee..827e4c2b 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -114,12 +114,10 @@ C-r = ":lsp-restart" # toggle lsp # C-r = '@:toggle lsp.enable:echo %sh{sleep 0.1}:lsp-restart' +A-o = '@oOh' C-A-r = ":lsp-stop" # config file stuff -A-r = ":config-reload" -A-o = ":config-open" -A-w = ":config-open-workspace" # execute current file # A-x = ':sh "%sh{pwd}/%{buffer_name}"' @@ -218,6 +216,9 @@ m = '@ks*' t = '@:insert-output cat % | markdown-toc --bullets - --no-firsth1 -' [keys.normal.space] +A-r = ":config-reload" +A-o = ":config-open" +A-w = ":config-open-workspace" y = ':w' Y = ':w!' # create line above and below selection