You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
Daniel Poulin 8afdb30de3 Move default comment toggle binding to pound
This is a common rebind in both the helix and kakoune community.
Some reasons this is desirable:

* Pound is a common symbol for commenting in many languages
* Pound is not bound to anything else, and it is not obvious what else
  it would be bound to
* `C-c` should really be reserved for cancelling subshells from `:sh`,
  `|` and friends

Most sensible alternatives are taken:

* `/` is search
* `*` adds selection to search register
* `-` is not common, and though not currently taken, may make sense
  as the opposite of `_`, for another PR to implement.
* `c` change selection
* `A-c` change selection w/o yank
* `C` copy selection down
* `A-C` copy selection up
2 years ago
..
src Move default comment toggle binding to pound 2 years ago
tests fix: Recalculate completion when going through prompt history (#3193) 2 years ago
.gitignore Initial import. 5 years ago
Cargo.toml build(deps): bump once_cell from 1.13.1 to 1.14.0 (#3715) 2 years ago
build.rs feat: support grammar cross-compilation 2 years ago