keno (Ken Okada)

Results 19 issues of keno (Ken Okada)

Currently, `helm-ghq` command first reads repository and then lists files up in it. This behavior surprised me since this command seems to ask only "select repo". After getting in a...

Internal only change: Fixed warnings of `cargo clippy`. This depends on https://github.com/TaKO8Ki/frum/pull/101 .

I think the following error is not user-friendly. ``` $ RUST_BACKTRACE=1 cargo run install hoge Finished dev [unoptimized + debuginfo] target(s) in 0.03s Running `target/debug/frum install hoge` thread 'main' panicked...

Internal only changes: Add `rust-toolchain` file and specify what rust version should we use for cargo. (Especially, for local execution of test/format/lint.) It is one of the best practices for...

https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html https://qiita.com/lighttiger2505/items/440c32e40082dc310c1e#nvim-configuration I prefer that lem forces users to place config files into `$XDG_CONFIG_HOME/lem`.

Environment: zsh. After launching lem some times, terminal was broken. Normal case: ``` $ ros install cxxxr/lem Installing from github cxxxr/lem To load "lem": Load 1 ASDF system: lem ;...

In present days, major terminals support true color. I think true color by default is more preferable than 256 color.

## problem file: ``` foo bar baz ``` Triggering `vi-forward-word-end-broad`, cursor moves wrong positions. - newline: after first move, cursor will be on newline followed `foo` in lem, but second...

vi-mode

c.f. https://github.com/cxxxr/lem/issues/424 I think we need more general framework for vi-mode. Current design lacks extensibility for, e.g. text object plugins and additional action like https://github.com/tpope/vim-surround. I'm considering to introduce concepts...

vi-mode

In python, function call for default value is evaluated only once as the following: ``` $ python Python 3.7.4 (default, Oct 13 2019, 09:39:19) [GCC 7.4.0] on linux Type "help",...