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/src
Michael Davis b927985cd0
global_search: Save only the primary query to the history register (#11216)
Two changes from the parent commit:

* Save only the `Picker::primary_query` - so you don't save other parts
  of the query, for example `%path foo.rs` while in `global_search`.
* Move the saving out of the `if let Some(option) = self.selection()`
  block. So when you hit enter you save to history whether you have a
  selection or not. If you want to close the picker without saving to
  the register you can use C-c or Esc instead.
4 months ago
..
commands add `:edit` and `:e` as aliases for `:open` (#11186) 4 months ago
handlers only show inline diagnostics after a delay 4 months ago
keymap feat(command): select_all_children 7 months ago
ui global_search: Save only the primary query to the history register (#11216) 4 months ago
application.rs only show inline diagnostics after a delay 4 months ago
args.rs Fallback to filename for +arg (#9333) 10 months ago
commands.rs fix(commands): change `pipe`-like output trimming (#11183) 4 months ago
compositor.rs add redraw command (#6949) 1 year ago
config.rs feat: smart_tab 1 year ago
events.rs only show inline diagnostics after a delay 4 months ago
handlers.rs only show inline diagnostics after a delay 4 months ago
health.rs Add glob file type support (#8006) 9 months ago
job.rs Add hook/event system 10 months ago
keymap.rs Allow numbers as second input event (#8471) 9 months ago
lib.rs Ignore .svn version control files (#10536) 7 months ago
main.rs Add glob file type support (#8006) 9 months ago