rbm

Results 9 issues of rbm

### Did you check docs and existing issues? - [X] I have read all the LazyVim docs - [X] I have updated the plugin to the latest version before submitting...

bug

Currently the Pegasus container works great, but it is not complete. Documentation was added for the ROMs dir, but BIOS files have not been documented yet. Before simply adding documentation,...

documentation
enhancement

I have created a repository including dozens of quadlets that I would like to share with the wider community. It can be found on my Forgejo instance, running on my...

### Description I use [sunaku/tmux-navigate](https://github.com/sunaku/tmux-navigate) due to its support for editing over ssh sessions and `Alt-hjkl` navigation. In the tmux-tilit readme, the navigation keybinds are listed at `Alt-hjkl` in the...

enhancement

**What happened?** Every time my container is restarted, the database is reinitialized from scratch as if it never existed **How can we see it happen?** Steps to reproduce the issue:...

## Description The existing example is easily misunderstood due to the lack of provided context. This updated version clarifies how to use the hydra more idiomatically. ## Related Issue(s) Resolves...

size/m

### Are you following the right branch? - [x] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [x] I have...

bug
triage

I had to set `@tilish-smartsplits 'off'` (or exclude it entirely) to obtain navigation between nvim windows within a tmux pane. See my original report here: https://github.com/mrjones2014/smart-splits.nvim/issues/412 I thought it might...

I have the following function for my size value: ```lua size = function(term) if term.direction == "horizontal" then return math.floor(vim.o.lines * 0.4) elseif term.direction == "vertical" then return math.floor(vim.o.columns *...