Aaron Lichtman

Results 143 issues of Aaron Lichtman

I wanted to set up a scratch buffer that is toggle-able (like `:ScratchPreview`) and automatically focuses my cursor on the buffer when opening it. I was expecting a `:ScratchToggle` command,...

enhancement

NERDTree inlines the `.. (up a dir)` option. ![image](https://user-images.githubusercontent.com/20600565/230821800-5cfb21a5-c3da-4990-8897-7eaa7d6fd9ff.png) With CHADTree, you can move the CHADTree root up one directory with `C`. Can this be inlined like in NERDTree? ![image](https://user-images.githubusercontent.com/20600565/230821860-1a48819a-12b8-479e-91e0-4a1ee5d141ff.png)

Refreshed cargo.lock with updated dependencies and built it locally. Resolves #258

Fix #1586 This replaces #1780 -- I messed up the rebase and ended up cherrypicking the commit instead of fighting with git / gh :upside_down_face: ## Licensing By submitting code...

### What happened? - Minimal Mistakes version: `4.24.0` - Ruby gem or remote theme version: `remote_theme: "mmistakes/minimal-mistakes"` - Jekyll version: ` 3.9.3` - Git repository URL: https://github.com/alichtman/alichtman.github.io (bad version isn't...

I think this format is a lot more useful than the `termgraph` solution discussed in #743. **Calendar Heatmap Exporter**: ![image](https://github.com/jrnl-org/jrnl/assets/20600565/8188b8c9-4241-496d-b896-757a2788568b) **`termgraph --calendar`**: ![image](https://github.com/jrnl-org/jrnl/assets/20600565/890bf50f-583e-41ce-9e94-83755514f1df) ### Checklist - [x] I have read...

It seems like it's not currently possible to get replies to notifications on Ubuntu at the moment. It would be awesome if I could! Same for buttons on Linux notifs....

Maybe: `$ git push` failed! You probably need to `$ git pull` first. ``` Successful commit. Pushing to remote: [email protected]:alichtman/dotfiles[origin/main]... Traceback (most recent call last): File "/home/linuxbrew/.linuxbrew/bin/shallow-backup", line 8, in...

bug
help wanted
good first issue

Maybe instead of prompting for a git commit message on the CLI, we just drop into a `git commit` editor. `git commit -v`