Ivan

Results 6 comments of Ivan

I wanted to define an AltReturn mapping in vim, so added to my alacritty.yml: ```yaml - { key: Return, mods: Alt, chars: "\x1b\x0d" } # Alt + Return ``` then...

Thanks @mislavzanic, I for one am still very interested in this feature. Regretfully, I haven't looked into it for a while, but this is a good reason to revisit it.

@liskin Is there anything I could help with to get `InspectLayout` ready for a PR? Experimenting in my config, I was able to make use of your [Inspect](https://github.com/liskin/xmonad-contrib/blob/78395a0430f128b589175d6f16b42cb539df1c7d/XMonad/Layout/Inspect.hs) module, defining...

@liskin @mislavzanic Thanks! I'll take a look at those TODOs. I'm just starting to play around with possible implementations of workspace scopes. At the moment, I'm grouping workspaces into layers,...

I've run into an issue that I suspect is also caused by this. When I do the following, - launch terminal (Alacritty, running Bash) - run neovim in an abduco...

It would great if we had a tagged release so this could move forward. I made a PR to expose the `--with-universal-ctags` option in the [GNU global](https://www.gnu.org/software/global/manual/global.html#Plug_002din) homebrew [formula](https://github.com/Homebrew/homebrew-core/pull/8309), but...