タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

vimに関するsh2のブックマーク (9)

  • Fix arrow keys that display A B C D on remote shell

    Please review this tip: This tip was imported from vim.org and needs general review. You might clean up comments or merge similar tips. Add suitable categories so people can find the tip. Please avoid the discussion page (use the Comments section below for notes). If the tip contains good advice for current Vim, remove the {{review}} line. I wonder how many of you are annoyed with the arrow key be

    Fix arrow keys that display A B C D on remote shell
    sh2
    sh2 2014/01/02
    特にcygwinのvimで入力モードにおいてカーソルキーが利かない件。.vimrcにset nocompatibleを記載しvi互換モードを使わないようにする
  • NeoBundleがhttpsプロトコルを使ってくれなかった - Qiita

    だが、久しぶりに新しいプラギンを追加しようとしたら、どうも git:// で接続しに行っている模様… なんでだろうなぁ〜と思い調べていたら、ども新しい変数が出来ていて、そちらを使えば解決するぽい TwitterでShougoさんが教えてくれたのだが、古い変数(neobundle_default_git_protocol)は初期化前にセットしていないとデフォルト値で初期化されてしまうとのこと。 この現象はすでに修正ずみだけど、今後は新しい変数(g:neobundle#types#git#default_protocol)を使うほうが無難らしいです。 Register as a new user and use Qiita more conveniently You get articles that match your needsYou can efficiently read back

    NeoBundleがhttpsプロトコルを使ってくれなかった - Qiita
    sh2
    sh2 2013/07/01
    NeoBundleでプロトコルをhttpsに変更する。export https_proxy=server:portでプロキシも通る
  • jedi.vim に Pull Request した - Memo

    jedi.vim をアップデートしたら以下の様な警告が表示された。 jedi-vim/jedi/jedi/api.py:209: DeprecationWarning: Use completions instead. warnings.warn("Use completions instead.", DeprecationWarning)補完自体は出来るが警告が気になったのでソースを追ってみた。 この警告自体は Jedi 自体が出している。 どうやら jedi.vim が依然古い API を使っているからのようだ。 なので、古いのを使わなくして新しい API に書き換えたのを Pull Request したら dev ブランチに取り込まれた。 Merge pull request #138 from heavenshell/fix_deprecation_warning · davidh

    jedi.vim に Pull Request した - Memo
    sh2
    sh2 2013/06/30
    masterにマージされるまでは、NeoBundleInstallしてから~.vim/bundle/jedi-vim/でgit checkout -b dev origin/devする
  • Vim完全バイブル 第5章 複数ウィンドウの扱い - ぬいぐるみライフ?

    Vim完全バイブル」のメモの続きです。 今回はウィンドウを分割して複数ファイルを同時に表示したり、バッファを切り替えたりするためのコマンドをまとめます。 「第5章 複数ウィンドウの扱い」の内容は以下の通りです。 ウィンドウの分割 分割ウィンドウのサイズの変更 バッファ バッファ一覧の表示 編集バッファの切り替え ウィンドウの分割 以下のコマンドを使うと、Vimのウィンドウを分割して複数のファイルを同時に表示することができる。 ウィンドウ分割関連のコマンド :new [{file}]ウィンドウを横方向(上下)に分割し、新しくできたウィンドウで新ファイルの編集を開始する(new) :vne [{file}]ウィンドウを縦方向(左右)に分割し、新しくできたウィンドウで新ファイルの編集を開始する(vnew) :sp [+{command}] [{file}]ウィンドウを横方向(上下)に分割し、新

    Vim完全バイブル 第5章 複数ウィンドウの扱い - ぬいぐるみライフ?
    sh2
    sh2 2013/06/30
    Vimのウィンドウ関連コマンド。分割、サイズ変更など
  • Preview output from interpreter in new window

    Please review this tip: This tip was imported from vim.org and needs general review. You might clean up comments or merge similar tips. Add suitable categories so people can find the tip. Please avoid the discussion page (use the Comments section below for notes). If the tip contains good advice for current Vim, remove the {{review}} line. This will come in handy for those of you who script in an

    Preview output from interpreter in new window
    sh2
    sh2 2013/06/30
    Vimで編集中のスクリプトを実行してプレビューウィンドウに表示する。ビジュアルモードの場合は選択部分のみ実行できる。プレビューウィンドウは:pcで閉じる
  • Hack #64: 256色ターミナルでVimを使用する

    sh2
    sh2 2013/06/30
    Vimの多色設定。set t_Co=256
  • VimでPython環境をいい感じに整える | 遥か彼方の彼方から

    VimPython環境をいい感じに整える 技術ネタの書く場所を統一するため、Qiitaに移しました。 • VimPython環境をいい感じに整える - Qiita

    VimでPython環境をいい感じに整える | 遥か彼方の彼方から
    sh2
    sh2 2013/06/30
    virtualenv、jedi-vim、pyflakes-vim、vim-indent-guidesなどの設定例
  • Vim-users.jp - Hack #45: help を引く

    sh2
    sh2 2013/06/30
    Vimにおけるヘルプの引き方、接頭辞、タグジャンプなど
  • Vim講座1 - think and error

    Vim講座3 - think and error テキストエディタであるvimはとても扱いやすいのだが、Vimてモード概念があって敷居が高い(誤用)よね。ということで少しだけ書いてみる。 viキー操作メモ(Hishidama's vi Memo) こんなサイトもあるわけなのだけど、これ不便。普段使わないものまで全て書いてあるからだ。 初心者にとっては、どこまで知ればミニマルなのかが知りたいというのに。 概要 モード概念 カーソル移動 インサートモードへ 保存 ////////////基礎終了//////////// ビジュアルモードとコピペ ジャンプ 置換 Undo,Redo[***IMPORTANT***] 一文字置換 こうやってみると長そうだね. モード概念 モードは4つ。ノーマルモード、インサートモード、ビジュアルモード、コマンドモード。 ノーマルモード 起動したときはこのモード。移

    Vim講座1 - think and error
    sh2
    sh2 2013/06/30
    Vimのキーバインドなど
  • 1