Olmo Kramer
Olmo Kramer
A continuation of #28, where @lukescott and I have been discussing regarding focusing and de-focusing/blurring of the tree view. I'll try to collect the relevant parts of that thread here....
After running the command there's a file in my project's root named 'Line Count', which is fine, but when I close the tab opened by line-count, this file stays there....
This sets the `depends` (introduced in https://github.com/NixOS/nixpkgs/pull/86967) of each bind mount so that it will only be mounted after the persistent storage path has been mounted, as suggested in https://github.com/nix-community/impermanence/issues/22#issuecomment-847879359....
Right now I have to move the cursor after doing a search to trigger a `:nohlsearch`. It would be really nice if `incsearch#auto_nohlsearch` would also trigger `:nohlsearch` when entering insert...
A count was ignored for (qf_qf_previous), (qf_qf_next), (qf_loc_previous), and (qf_loc_next). This is a rather simple implementation, and thus may not yet behave entirely as expected. The count is only passed...
I have the following revisions: ```python """ Revision ID: 7f5b06f81aef Revises: effc355fddff Create Date: 2020-07-01 16:44:05.244310 """ from alembic import op import sqlalchemy as sa # revision identifiers, used by...
Updates the javascript syntax. Specifically it highlights special characters in regexes and adds some new native types: `Promise`, `Map`, `WeakMap`, `Set` and `WeakSet`. Before:  After:  Also has a...
The current behavior of the `select` command is to call `unselect` when a selection already exists. This can be problematic in commands that convert selections to line selections. For example,...
# Motivation Fixes #9764 # Context As described in the linked issue, `nix flake update ` would error with ``` $ nix flake update input1 input2 error: unexpected argument 'input2'...
as the title says, the right click menu disappears on mouseup. when hovering over an item the action gets executed though, so not a huge problem