项目作者: matobaa

项目描述 :
vi-like keyboard navigation for Redmine ITS
高级语言: JavaScript
项目地址: git://github.com/matobaa/redmine_ld_rize.git
创建时间: 2014-05-19T23:02:29Z
项目社区:https://github.com/matobaa/redmine_ld_rize

开源协议:BSD 3-Clause "New" or "Revised" License

下载


Redmine-LDRizePlugin

vi-like keyboard navigation for Redmine ITS

description

You can navigate with j or k keys between rows
on my_page, projects_list, home of a project, issue list, issue, wiki date/name index, and so on.

  • j … select a next item
  • k … select a previous item
  • v or Enter … open selected item

  • h or 0 … select a first item

  • g … select a last item
  • 1 .. 9 … select a specified item

  • / … focus to search bar

  • p … pin selected item

  • o … open pinned items, or selected item if no item are pinned

  • Ctrl+u and Ctrl+d … half scroll up/down

  • Ctrl+f and Ctrl+b … full scroll up/down

Installation

  1. Go to your Redmine installation’s plugins/ directory.
  2. git clone https://github.com/matobaa/redmine_ld_rize
  3. Restart Redmine.