Skip to content

Commit

Permalink
conflicting x definition, thanks toml lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirner committed Nov 6, 2022
1 parent 2a0dfa5 commit e773e35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ C-a = ["append_mode", "collapse_selection"]

# Clipboards over registers ye ye
d = ["yank_main_selection_to_clipboard", "delete_selection"]
x = ["yank_main_selection_to_clipboard", "delete_selection"]
y = ["yank_main_selection_to_clipboard", "normal_mode", "flip_selections", "collapse_selection"]
Y = ["extend_to_line_bounds", "yank_main_selection_to_clipboard", "goto_line_start", "collapse_selection", "normal_mode"]
p = "replace_selections_with_clipboard" # No life without this
Expand Down

0 comments on commit e773e35

Please sign in to comment.