vim like navigation

This commit is contained in:
ayodio 2013-07-02 12:29:30 +02:00
parent a305cbc4f6
commit abd4be7e1c
1 changed files with 8 additions and 0 deletions

View File

@ -394,6 +394,14 @@
case 102:
bookmark_item();
break;
//vim like navigation
case 107:
open_previous_item();
break;
case 106:
open_next_item();
break;
}
};