fvim
fvim copied to clipboard
Cross platform Neovim front-end UI, built with F# + Avalonia
OS Version: macOS Catalina 10.15.7 Dotnet Core Version: 3.1.403 NVim Version: 0.4.4 The issue happens when using key combinations with CTRL, e.g. C-l When the key combination is pressed, the...
I cannot see underscores in my code when using fvim. I am using all the default fvim settings, I have not set any of them. This code: ```rust current_time =...
To accurately display version information, macOS apps need to have the `CFBundleVersion` and `CFBundleShortVersionString` tags in `Info.plist`. In fvim, the former is unset and [the latter is at a fixed...
I ran the command `fvim --termcmd powershell`, here's the stacktrace: Exit code: 1 Exception message: neovim crashed nvim.exe: Unknown option argument: "--termcmd" More info with "nvim.exe -h" at Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail@1433.Invoke(String message)...
Hey. It will be _really_ good if FVim can support mappings with the Cmd key on mac. I believe one of two things would work: - mapping `` to mean...
I am using fvim on Windows 10. Steps to reproduce: + Open fvim with command to edit an empty file: `fvim -u NORC test.md` + Go to insert mode, type...
`$@` in the launcher shows that the file argument is not passed
in my MacBook running macOS Catalina, when opening FVim, it initially is opened in maximized, but quickly shrinks to a very tiny size. I had to make it maximized manually....
Maybe related to #50? When I use the native macOS button to enter or exit full screen it works as expected. If I run `FVimToggleFullScreen` the app may crash or...