[logaling-commit] logaling/logalimacs [master] apply vi style when user manipulate buffer

Back to archive index

null+****@clear***** null+****@clear*****
Tue Jun 5 14:05:56 JST 2012


yuta yamada	2012-06-05 14:05:56 +0900 (Tue, 05 Jun 2012)

  New Revision: d0eb3fd273d2f7e1da50c7a84c5bb2c54f7e5610

  Log:
    apply vi style when user manipulate buffer

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -0)
===================================================================
--- logalimacs.el    2012-06-05 13:41:16 +0900 (3c366de)
+++ logalimacs.el    2012-06-05 14:05:56 +0900 (28c02fa)
@@ -113,6 +113,8 @@
     (?q . :quit)
     (?n . :next-line)
     (?p . :previous-line)
+    (?j . :next-line)
+    (?k . :previous-line)
     (?d . :detail)))
 
 ;;;###autoload




More information about the logaling-commit mailing list
Back to archive index