diff --git a/helix/config.toml b/helix/config.toml index a5e9569..a78e7fa 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1,5 +1,10 @@ theme = "onedark" +[keys.normal] +# Use system clipboard +y = "yank_main_selection_to_clipboard" +p = "paste_clipboard_before" + [editor] line-number = "relative" bufferline = "always"