並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 6 件 / 6件

新着順 人気順

Vifmの検索結果1 - 6 件 / 6件

  • vi[m] like file manager な vifm の紹介と vifmrc 設定例 - Qiita

    本記事は Vim Advent Calendar 2019 - Qiita の 17 日目の記事です。 この記事では vifm についてご紹介します。 vifm とは vifm とは ncurses ベースで vi[m] ライクな、ターミナル内で操作できるファイラ(ファイルマネージャ)の一つです。おそらく vi[m] (like) file manager の略で vifm なのだと思います。 Vifm Vifm (GitHub) ncurses は TUI (Text User Interface) を構築する際によく用いられるライブラリで、以前こちらで紹介した Tig など、多くのソフトウェアで使われています。 Tig で Git を自由自在に操作するための .tigrc 設定例 - Qiita 自分とファイラ 少しだけ自分の話をすると、昔から 2 画面ファイラと呼ばれるものを長年愛用

      vi[m] like file manager な vifm の紹介と vifmrc 設定例 - Qiita
    • vimmerなファイラーvifm - yuyunko's blog

      vim使いにぴったりなターミナルファイラーvifm ubuntuでは簡単にインストールできる. sudo apt-get install vifm 使い勝手もvimを普段使っていたら簡単にわかる キー 効果 j 下移動 k 上移動 h 親ディレクトリへ l ディレクトリなら掘る,ファイルなら実行(Enterと同じ) C-c or ESC 動作キャンセル C-l 再描画 gg 一番上へ G 一番下へ cw リネーム m[a-z][A-Z][0-9] 場所をブックマーク '[a-z][A-Z][0-9] ブックマークへアクセス v ビジュアル選択(j,kで移動しながらまとめて選択できる) dd ファイルの切り取り(ゴミ箱へ) yy ファイルのヤンク(コピー) p ファイルのペースト(ddもしくはyyしたものなど) Space or Tab 他方のペインに移動 :number number行へ移

        vimmerなファイラーvifm - yuyunko's blog
      • Vifm - Home

        This is an old version of the site. See vifm.info for the new one. Vifm is a ncurses based file manager with vi like keybindings, which also borrows some useful ideas from mutt. If you use vi, vifm gives you complete keyboard control over your files without having to learn a new set of commands. May 16, 2014 vifm v0.7.7 New version provides more customizations for several existing features and mor

        • Vifm

          Faster file-system navigation with a new searching/filtering submode Hitting <c-y> after / or = allows finding and opening consecutive path components without leaving command-line mode. In this mode keys like <c-o>/<c-n>/<c-p>/<left>/<home>/etc. help to refine cursor position or go to parent directory if necessary. More interactive :compare You can now see stats about file comparison on the status

          • GitHub - vifm/vifm: Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - vifm/vifm: Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
            • ターミナルで動くviライクなファイルマネージャーvifmの便利な利用方法 [インフラエンジニアのPC環境]

              yumでインストールできない。Sourceからmakeしないとダメ? # ./configure # make # make install

              1