Translations:Vim/8/ja: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 November 2024

21 July 2024

  • curprev 03:1003:10, 21 July 2024 Haruki7049 talk contribs 376 bytes +376 Created page with "VimはHome Managerを使用して簡単にセットアップ出来ます。以下は最低限の一例です: <syntaxhighlight lang="nix> programs.vim = { enable = true; plugins = with pkgs.vimPlugins; [ vim-airline ]; settings = { ignorecase = true; }; extraConfig = '' set mouse=a ''; }; </syntaxhighlight>"