about
contribute
changes
search

Big Pile of Vim-like

Applications Plugins Configurable
Items of this type have bindings that are either already similar or configurable to resemble Vim-like behaviour to a degree.

MPD client, which is somewhat Vim-like.

License GPL
Languages C++
UI ncurses
Category MPD Clients
Notes
  • The navigation can quite easily be made to behave like vim with some keyboard configurations in ~/.config/ncmpcpp/bindings:

    def_key "j"
      scroll_down
    def_key "k"
      scroll_up
    def_key "h"
      previous_column
    def_key "l"
      next_column
    def_key "ctrl-b"
      page_up
    def_key "ctrl-u"
      page_up
    def_key "ctrl-f"
      page_down
    def_key "ctrl-d"
      page_down
    def_key "g"
      move_home
    def_key "G"
      move_end
    def_key "n"
      next_found_item
    def_key "N"
      previous_found_item
    
All items of MPD Clients category

MPD client, which is somewhat Vim-like.

MPD client, which is somewhat Vim-like.