並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

Vimscriptの検索結果1 - 2 件 / 2件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Vimscriptに関するエントリは2件あります。 言語プログラミングvim などが関連タグです。 人気エントリには 『世界のプログラミング言語(37) 達人に愛され30年周年Vimを支えたVimScript』などがあります。
  • 世界のプログラミング言語(37) 達人に愛され30年周年Vimを支えたVimScript

    そして、コマンドモードとは、ノーマルモードで「:」キーを押した状態です。コマンドモードでは、さまざまなコマンドを実行できます。ファイルの保存「w」やエディタの終了も「q」を行うにもコマンドモードで行います。なお、コマンドモードでは、VimScriptを実行できます。例えば、Vimを起動した状態(ノーマルモード)で、「:」を押してコマンドモードにしたら、以下のコマンドを実行してみましょう。 echo "Hello, World!" するとVimの最下行に「Hello, World!」と表示されます。 VimのコマンドモードでHello, World!を実行したところ なお、簡単な計算をしたい場合も、同じようにコマンドモードで以下のように記述できます。以下のコマンドを実行すると、610が表示されます。 echo 10 + 20 * 30 VimScriptで計算してみたところ そして、Vimで

      世界のプログラミング言語(37) 達人に愛され30年周年Vimを支えたVimScript
    • GitHub - iggredible/Learn-Vim: Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖

      Learn Vim (the Smart Way) is a guide to learn the good parts of Vim. There are many places to learn Vim: the vimtutor is a great place to start and the help manual has all the references you will ever need. However, the average user needs something more than vimtutor and less than the help manual. This guide attempts to bridge that gap by highlighting only the key features to learn the most useful

        GitHub - iggredible/Learn-Vim: Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖
      1

      新着記事