| Commit message (Expand) | Author | Age |
* | Add auto pairs for same-char pairs (#1219) | Skyler Hawthorne | 2021-12-13 |
* | Add ui.gutter to theme all gutters (i.e. set bg) | Blaž Hrastnik | 2021-12-13 |
* | Add `ui.gutter` theming | NNB | 2021-12-13 |
* | Assume true color support on Windows | Omnikar | 2021-12-13 |
* | Use `base16_tty` as 16-color default, fix theme name | Omnikar | 2021-12-13 |
* | change to .unwrap_or_default() and fix ui.window and ui.statusline | NNB | 2021-12-13 |
* | Fix error color, add tty theme | NNB | 2021-12-13 |
* | Update theme.rs | NNB | 2021-12-13 |
* | Rename base16_theme.toml to base16_terminal.toml | NNB | 2021-12-13 |
* | Load alt default theme if true color is not supported | Omnikar | 2021-12-13 |
* | Fix Base16 Dark, add Base16 Light and Terminal | NNB | 2021-12-13 |
* | minor: Shorten goto file(s) descriptions | Blaž Hrastnik | 2021-12-13 |
* | Macros (#1234) | Omnikar | 2021-12-12 |
* | Open files with spaces in filename, allow opening multiple files (#1231) | ath3 | 2021-12-12 |
* | ui: popup: Don't allow scrolling past the end of content | Blaž Hrastnik | 2021-12-10 |
* | Add `save_selection` command (#1247) | Omnikar | 2021-12-10 |
* | Add `default-run = "hx"` to `helix-term/Cargo.toml` (#1244) | Omnikar | 2021-12-10 |
* | Update book to include typable command remapping (#1240) | Oskar Nehlin | 2021-12-08 |
* | Only use a single documentation popup (#1241) | Kirawi | 2021-12-08 |
* | Use same name used in config files for langs in docs | Gokul Soumya | 2021-12-08 |
* | Add github action to lint unmerged docs | Gokul Soumya | 2021-12-08 |
* | Auto generate docs for language support | Gokul Soumya | 2021-12-08 |
* | docs: Auto generate command list | Gokul Soumya | 2021-12-08 |
* | Fix solarized selection colors (#1236) | Skyler Hawthorne | 2021-12-08 |
* | Add note to `keymap.md` regarding `format_selections` (#1230) | Omnikar | 2021-12-06 |
* | Make kill_to_line_end behave like emacs (#1235) | WindSoilder | 2021-12-06 |
* | Fix compilation | Blaž Hrastnik | 2021-12-06 |
* | Use binary_search when looking up diagnostics | Blaž Hrastnik | 2021-12-06 |
* | fix: Normalize backtab into shift-tab | Blaž Hrastnik | 2021-12-06 |
* | Small change | Jason Rodney Hansen | 2021-12-05 |
* | Remove `Clone` derive | Jason Rodney Hansen | 2021-12-05 |
* | Remove `FormatError` | Jason Rodney Hansen | 2021-12-05 |
* | Don't increment for overlapping changes | Jason Rodney Hansen | 2021-12-05 |
* | Used checked_add for years and months | Jason Rodney Hansen | 2021-12-05 |
* | Cleanup | Jason Rodney Hansen | 2021-12-05 |
* | No need to clone format | Jason Rodney Hansen | 2021-12-05 |
* | Add support for time and more date formats | Jason Rodney Hansen | 2021-12-05 |
* | Add `Increment` trait | Jason Rodney Hansen | 2021-12-05 |
* | Remove dependency on gregorian crate | Jason Rodney Hansen | 2021-12-05 |
* | Cleanup | Jason Rodney Hansen | 2021-12-05 |
* | Formatting | Jason Rodney Hansen | 2021-12-05 |
* | No default features for gregorian | Jason Rodney Hansen | 2021-12-05 |
* | Add support for incrementing year and month | Jason Rodney Hansen | 2021-12-05 |
* | Add support for dates for increment/decrement | Jason Rodney Hansen | 2021-12-05 |
* | Assert in release mode too on duplicate keys (#1228) | ath3 | 2021-12-05 |
* | feat: Make it possible to keybind `TypableCommands` (#1169) | Oskar Nehlin | 2021-12-04 |
* | Support env flags in shebang (#1224) | ath3 | 2021-12-03 |
* | rose_pine_dawn.toml colorscheme (#1226) | chunghha | 2021-12-03 |
* | add more monokai pro filter themes (#1220) | WindSoilder | 2021-12-03 |
* | cargo fmt | Blaž Hrastnik | 2021-12-03 |