pub / helix-term

Interactive console for the Helix-Editor using TMUX
git clone https://src.jayvii.de/pub/helix-term.git
Home | Log | Files | Exports | Refs | README | RSS

helix_config.toml (519B)


      1 # SPDX-License-Identifier: GPL-3.0-or-later
      2 # SPDX-FileCopyrightText: 2023-2024 JayVii <jayvii[AT]posteo[DOT]de>
      3 
      4 [keys.normal]
      5 C-c = { C-c = ["goto_prev_paragraph", "collapse_selection", "goto_next_paragraph", ":pipe-to ~/.local/bin/send-to-tmux", "collapse_selection"] }
      6 
      7 [keys.insert]
      8 C-c = { C-c = ["normal_mode", "goto_prev_paragraph", "collapse_selection", "goto_next_paragraph", ":pipe-to ~/.local/bin/send-to-tmux", "collapse_selection"] }
      9 
     10 [keys.select]
     11 C-c = { C-c = [":pipe-to ~/.local/bin/send-to-tmux"] }
     12