diff dot_config/helix/config.toml @ 810:6499aba0eaf3

feat: setup helix and languageservers
author zegervdv <zegervdv@me.com>
date Tue, 05 Dec 2023 21:00:59 +0100
parents 72828b1204a3
children 423e6e3b247a
line wrap: on
line diff
--- a/dot_config/helix/config.toml	Tue Dec 05 20:03:16 2023 +0100
+++ b/dot_config/helix/config.toml	Tue Dec 05 21:00:59 2023 +0100
@@ -15,3 +15,6 @@
 
 [keys.insert]
 C-f = "move_char_right"
+
+[keys.normal."space"]
+o = "file_picker_in_current_buffer_directory"