Skip to content

Instantly share code, notes, and snippets.

View jjohnson338's full-sized avatar

Jared Johnson jjohnson338

View GitHub Profile
@jjohnson338
jjohnson338 / keybindings.json
Created December 11, 2019 16:11
VSCode Vim Keybinds
// 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",
@jjohnson338
jjohnson338 / PKGBUILD
Last active September 4, 2019 22:37
In-Progress PKGBUILD
# 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')
@jjohnson338
jjohnson338 / fvimlog.txt
Created September 4, 2019 00:34
FVIM Trace Log
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 }