summaryrefslogtreecommitdiffstats
path: root/helix
diff options
context:
space:
mode:
Diffstat (limited to 'helix')
-rw-r--r--helix/.config/helix/config.toml5
-rw-r--r--helix/.config/helix/languages.toml2
2 files changed, 2 insertions, 5 deletions
diff --git a/helix/.config/helix/config.toml b/helix/.config/helix/config.toml
index d0985ca..451d42e 100644
--- a/helix/.config/helix/config.toml
+++ b/helix/.config/helix/config.toml
@@ -26,9 +26,6 @@ tab = ":w"
"ret" = "goto_definition"
"backspace" = "jump_backward"
-[keys.normal.g]
-j = "goto_last_line"
-k = "goto_file_start"
-
[keys.normal.space]
o = ":diffg"
+F = "file_picker_in_current_buffer_directory"
diff --git a/helix/.config/helix/languages.toml b/helix/.config/helix/languages.toml
index 98c9fc2..cebfac1 100644
--- a/helix/.config/helix/languages.toml
+++ b/helix/.config/helix/languages.toml
@@ -1,6 +1,6 @@
[language-server.rust-analyzer]
command = "ra-multiplex"
-config = { checkOnSave = { command = "clippy" }, cargo = { allFeatures = true }, diagnostics = { disabled = ["inactive-code"] } }
+config = { checkOnSave = { command = "clippy" }, cargo = { allFeatures = true }, diagnostics = { disabled = ["inactive-code"] }, rust = { analyzerTargetDir = "target-ra" } }
[[language]]
name = "python"