This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to overwrite the defaults | |
[ | |
//Navigation | |
{ | |
"key":"ctrl+h", | |
"command":"workbench.action.navigateLeft", | |
}, | |
{ | |
"key":"ctrl+l", | |
"command":"workbench.action.navigateRight", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Jared Johnson <jaredj@gmx.com> | |
pkgname=fvim | |
pkgver=0.2_88_g17b59dd | |
pkgrel=1 | |
pkgdesc="Cross platform Neovim front-end UI, built with F# + Avalonia" | |
arch=('any') | |
url="https://github.com/yatli/fvim" | |
license=('MIT') | |
groups=() | |
depends=('neovim' 'ttf-dejavu') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log: fvim started. time = 9/3/2019 8:28:59 PM | |
neovim.model: starting neovim instance... | |
neovim.model: opts = { intent = Start | |
logToStdout = false | |
logToFile = true | |
logPatterns = None | |
args = ["--embed"] | |
program = "nvim" | |
stderrenc = System.Text.UTF8Encoding+UTF8EncodingSealed | |
server = StartNew } |