Terminal– category –
-
Terminal
which-key.nvim does not show the list in specific key
which-key.nvim を使用してるが、超便利。I'm using which-key.nvim and it's super convenient. packer.nvim -> lazy.nvim への移行に、which-key.nvim のバージョンアップも重なったためか、'<leader>' や 'g' など特定のキーストロークから始... -
Terminal
Let ‘tree-sitter-comment’ highlight over LSP on ‘@comment’
【nvim + tree-sitter-comment】 TODO: などをカラフルに目立たせたいので、 tree-sitter-comment をインストールした。 :TSInstall comment ほとんどの言語は問題なくカラフルに表示される。Most languages are displayed colorfully without any probl... -
Terminal
Add custom action to <CR> <S-CR> in mkdnflow’s list
mkdnflow.nvim の リスト上での <CR> <S-CR> 動作があまり好きではなかったので、以下のようにしました。快適! config = function() -- Check if list or not, then add new line or just do '<CR>' '<S-CR>' be... -
Terminal
vifm is the best file manager
vifm を愛用している。使い込めば使い込むほどに、便利さと軽快さが身に沁みる。こいつはやべぇファイラーだ。I love vifm. The more I use it, the more convenient and light it becomes. vifm is a hell of a filer. そのうち自分の vifmrc を紹介しよ... -
Terminal
Create mql4 dev environment
【Why MQL4 + nvim ?】 nvim 上で MT4 の EA を自作するための MQL4 開発環境を整える。Prepare the MQL4 editing environment to create your own MT4 EA using nvim. 何しろ MQL4 + nvim に関する情報が少ないので大変。みんな MetaEditor 上でコーディ... -
Terminal
mogrify on vifm (imagemagick)
imagemagick の mogrify コマンド。たまにしか使わないためコマンド名を忘れるので、愛用している vifm にコマンド登録した。imagemagick's mogrify command. Since I only use it occasionally, I forget the command name, so I registered the command ...
1