diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-23 22:40:36 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-23 22:40:36 +0300 |
| commit | b417ddb1105d248d628633381937285316342f16 (patch) | |
| tree | 8dc93f85e5ac49d04ef387f0399e40926cf142af | |
| parent | f18e799f8dbe2459e02f0da7f84c99ccdb81516e (diff) | |
add <space>Q
| -rw-r--r-- | dotfiles/helix/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml index 7a95712..748fdf0 100644 --- a/dotfiles/helix/config.toml +++ b/dotfiles/helix/config.toml @@ -68,6 +68,7 @@ C-l = { m = ":run-shell-command make", d = ":run-shell-command go-task dev", r = [keys.normal.space] B = "file_picker_in_current_buffer_directory" +Q = [ ":cd ~/QuickEdit", "file_picker_in_current_directory" ] [keys.select] "{" = "goto_prev_paragraph" |
