はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    猛暑に注意を

『Vim plugins, tips, tricks and tutorials』

  • 人気
  • 新着
  • すべて
  • Testing Vim plugins with Vimrunner and RSpec - Vim plugins, tips, tricks and tutorials

    28 users

    www.vimninjas.com

    Testing Vim plugins is usually a non-trivial task. Many people just don’t do it because they find it either too painful or simply don’t know how to do it efficiently. However, if you like Ruby, there is a great tool that will help you write beautiful, easy to read, end-to-end tests for your Vim projects. Introducing Vimrunner Vimmrunner, written by Andrew Radev, is a project that spawns Vim instan

    • テクノロジー
    • 2014/02/18 20:25
    • vim
    • ruby
    • rspec
    • test
    • testing
    • development
    • 10 light vim color schemes that you should consider using - Vim plugins, tips, tricks and tutorials

      3 users

      www.vimninjas.com

      After presenting you ”10 Vim color schemes you need to own”, we decided to post a dedicated article with light color schemes. This post is inspired from the feedback that we received from you. Most of the color schemes mentioned here are suggested by our awesome readers. Thank you guys, you rock! 1. pyte pyte is a light color scheme created by Henning Hasemann. Its main colors are light grey, gree

      • テクノロジー
      • 2013/01/28 21:14
      • vim
      • Code substitution done right - Switch.vim - Vim plugins, tips, tricks and tutorials

        13 users

        www.vimninjas.com

        Switch.vim by Andrew Radev is a highly customizable plugin that will help you do substitutions faster than ever. Usage The plugin is simple to use, since it has one main entry point - the command :Switch. It’s highly encouraging to map it to a key, as the author suggests in the documentation: 1 nnoremap - :Switch<cr> It comes with support for Ruby, PHP, Eruby, C and CoffeeScript. However, you can

        • テクノロジー
        • 2012/09/12 22:47
        • vim
        • plugin
        • 5 plugins you should put in your vimrc - Vim plugins, tips, tricks and tutorials

          9 users

          www.vimninjas.com

          Photo by Velo Steve There are more than 4000 Vim scripts out there. This is one of the reasons why Vim is so awesome. However, if you are starting with Vim, you might wonder from where to begin. In this post we are going to talk about 5 plugins that can be found in almost any vimrc. Surround Surround provides mappings to easily delete, change and add surroundings in pairs. It’s created by Tim Pope

          • テクノロジー
          • 2012/09/03 22:56
          • vim
          • Fixing the MacVim cursor bug on MBP Retina - Vim plugins, tips, tricks and tutorials

            3 users

            www.vimninjas.com

            Photo by Francis Bourgouin When we installed MacVim on the new MacBook Pro with Retina display, we noticed that the cursor leaves scrapes behind itself. After a little investigation, we found that someone already fired up a bug in the MacVim issue tracker. Björn Winckler reacted almost immediately and the bug is now fixed. However, you need to install the latest HEAD of the MacVim git repository i

            • テクノロジー
            • 2012/08/31 23:33
            • macvim
            • osx
            • vim
            • Vim for Rubyists part 1 - Vim plugins, tips, tricks and tutorials

              47 users

              www.vimninjas.com

              Photo by supervillain It is really exciting to be a Rubyist lately. We have our amazing tools (rake, rspec, Cucumber, Rails etc.), we write object-oriented code, that is easy to maintain and flexible when it comes to adding new features, and changing domain logic. We have amazing hosting support from Heroku, Engine Yard and Rackspace. And last, but not least, powerful monitoring tools like New Rel

              • テクノロジー
              • 2012/08/29 16:47
              • vim
              • ruby
              • Rails
              • Sylfeed
              • development
              • 10 vim color schemes you need to own - Vim plugins, tips, tricks and tutorials

                88 users

                www.vimninjas.com

                There are a lot of Vim color schemes out there. It’s always hard to find the perfect one. People often use different color schemes depending on what they are working on. This is pretty neat approach that has plenty of supporters. That’s why we did a quick overview of our top 10 themes. Let’s go: 1. GRB256 GRB256 is a color scheme based on ir_black by Gary Bernhardt. It feels really nice especially

                • テクノロジー
                • 2012/08/27 22:18
                • vim
                • カラースキーム
                • colorscheme
                • color
                • 設定
                • ブックマーク バー
                • 開発
                • プログラミング
                • tips

                このページはまだ
                ブックマークされていません

                このページを最初にブックマークしてみませんか?

                『Vim plugins, tips, tricks and tutorials』の新着エントリーを見る

                キーボードショートカット一覧

                j次のブックマーク

                k前のブックマーク

                lあとで読む

                eコメント一覧を開く

                oページを開く

                はてなブックマーク

                • 総合
                • 一般
                • 世の中
                • 政治と経済
                • 暮らし
                • 学び
                • テクノロジー
                • エンタメ
                • アニメとゲーム
                • おもしろ
                • アプリ・拡張機能
                • 開発ブログ
                • ヘルプ
                • お問い合わせ
                • ガイドライン
                • 利用規約
                • プライバシーポリシー
                • 利用者情報の外部送信について
                • ガイドライン
                • 利用規約
                • プライバシーポリシー
                • 利用者情報の外部送信について

                公式Twitter

                • 公式アカウント
                • ホットエントリー

                はてなのサービス

                • はてなブログ
                • はてなブログPro
                • 人力検索はてな
                • はてなブログ タグ
                • はてなニュース
                • ソレドコ
                • App Storeからダウンロード
                • Google Playで手に入れよう
                Copyright © 2005-2025 Hatena. All Rights Reserved.
                設定を変更しましたx