Omnikar
Omnikar
This Pull Request fixes/closes #983. It changes the following: - Adds `Shift-S` keybind to checkout the selected commit in the log view. I followed the checklist: - [ ] I...
Hi! I just found this project and think it's pretty cool! Anyway, I think it would be nice if the log view had an option to enter detached HEAD state...
On MacOS, ctrl-space is a system binding to switch keyboard layouts. As a result, the ["filter options" binding in pickers](https://docs.helix-editor.com/keymap.html#picker) is inaccessible via the default keybind on MacOS. Since rebinding...
This should fix #3305, although I am on a Mac, so I cannot test it myself.
* OS: MacOS 11.2.1 * Terminal: iTerm2 3.4.12 * xplr version: 0.17.2 * Helix version: source build from commit [`368064e3`](https://github.com/helix-editor/helix/tree/368064e3) When I try to start Helix from xplr, either via...
Jump mode
Supersedes #1162. Relevant: #274, #510. This PR depends on virtual text (#417); my commits are currently based on top of that PR. As a result, note that there's a fair...
This would introduce the user to modal editing, and to Helix's commands and its multiple selections. I think it could be opened via something like `hx --tutor`, or opened from...
Allow binding keys to sequences of other keys, like how Vim handles keybindings. I don't propose for this to *replace* the current system of binding keys to commands, but rather...
Addresses #668. Each command will have its documentation as a file at `runtime/help/command_name.txt`. I'm going for an example-driven documentation style (though not all commands need/can have examples). ### Todos *...
Some config option for whether to display invisible characters like rendering spaces as dots, tabs as arrows, etc. The config option would have 3 possible values: * `none`: Don't render...