Mat
                                            Mat
                                        
                                    Bit of a weird request, but in my Fish shell config, I run `tput cup $LINES` to move the prompt to the bottom of the screen. I prefer the prompt...
Adds 1Password SSH agent. Allows you to use system biometric unlock (fingerprint, Windows Hello, Apple Watch unlock) to authenticate SSH requests, Git commit signing, etc.
In a Rust workspace, in subcrates you can do `some-dep = { workspace = true }` to pull dependencies from the shared `Cargo.toml` at the workspace root. Would it be...
### Similar Issues - [X] Before filing, I have searched for similar issues. ### Description Recently there's been an increase in issues related to mux auto-detection, and an interesting use-case...
I'm noticing a delay when switching panes when using Wezterm. Moving from Neovim pane to Neovim pane is quick. Moving from Neovim pane to Wezterm pane has a noticeable delay....
### Category CI ### Description Leaving the category as CI because I'd also want to use the Nix flake in CI. This would ensure a consistent environment between local and...
### Similar Issues - [X] Before filing, I have searched for similar issues. ### Neovim Version n/a doesn't matter what version ### Multiplexer Integration Wezterm and Kitty both affected ###...
### Discussed in https://github.com/mrjones2014/smart-splits.nvim/discussions/100 Originally posted by **omaru-ok** April 30, 2023 change orientation like , split -> vsplit , on key-strokes vice-versa , any keybinds?! or any implementation in plugin
the mdbook and the little rust plugin for it can be packaged up into a nix derivation.
### Similar Issues - [X] Before filing, I have searched for similar issues. ### Description Automatically load existing keymaps via `vim.api.nvim_get_keymap(mode)`. For additional context see #39