Changeset 703


Ignore:
Timestamp:
Mar 22, 2004, 9:38:18 AM (21 years ago)
Author:
Gary Byers
Message:

Rearrange a bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/hemlock/src/bindings.lisp

    r596 r703  
    9898(bind-key "Check Buffer Modified" #k"control-x ~")
    9999(bind-key "Select Buffer" #k"control-x b")
    100 (bind-key "Select Previous Buffer" #k"control-meta-l")
    101 (bind-key "Circulate Buffers" #k"control-meta-L")
    102 (bind-key "Create Buffer" #k"control-x meta-b")
    103 (bind-key "Kill Buffer" #k"control-x k")
    104 (bind-key "Select Random Typeout Buffer" #k"hyper-t")
     100;(bind-key "Select Previous Buffer" #k"control-meta-l")
     101;(bind-key "Circulate Buffers" #k"control-meta-L")
     102;(bind-key "Create Buffer" #k"control-x meta-b")
     103;(bind-key "Kill Buffer" #k"control-x k")
     104;(bind-key "Select Random Typeout Buffer" #k"hyper-t")
    105105
    106106(bind-key "Next Window" #k"control-x n")
     
    108108(bind-key "Previous Window" #k"control-x p")
    109109(bind-key "Split Window" #k"control-x 2")
    110 (bind-key "New Window" #k"control-x control-n")
    111 (bind-key "Delete Window" #k"control-x d")
     110;(bind-key "New Window" #k"control-x control-n")
     111;(bind-key "Delete Window" #k"control-x d")
    112112(bind-key "Delete Next Window" #k"control-x 1")
    113 (bind-key "Line to Top of Window" #k"meta-!")
    114 (bind-key "Line to Center of Window" #k"meta-#")
    115 (bind-key "Top of Window" #k"meta-,")
    116 (bind-key "Bottom of Window" #k"meta-.")
     113;(bind-key "Line to Top of Window" #k"meta-!")
     114;(bind-key "Line to Center of Window" #k"meta-#")
     115;(bind-key "Top of Window" #k"meta-,")
     116;(bind-key "Bottom of Window" #k"meta-.")
    117117
    118118(bind-key "Exit Hemlock" #k"control-x control-z")
     
    315315(bind-key "Next Interactive Input" #k"meta-n" :mode "Listener")
    316316(bind-key "Kill Interactive Input" #k"meta-i" :mode "Listener")
    317 (bind-key "Abort Eval Input" #k"control-meta-i" :mode "Listener")
     317;(bind-key "Abort Eval Input" #k"control-meta-i" :mode "Listener")
    318318(bind-key "Interactive Beginning of Line" #k"control-a" :mode "Listener")
    319 (bind-key "EOF Or Delete Forward" #k"control-d" :mode "Listener")
     319(bind-key "POP Or Delete Forward" #k"control-d" :mode "Listener")
    320320(bind-key "Reenter Interactive Input" #k"control-return" :mode "Listener")
    321321
     
    380380(bind-key "Forward Up List" #k"control-meta-)")
    381381(bind-key "Down List" #k"control-meta-d")
    382 (bind-key "Extract List" #k"control-meta-x")
     382(bind-key "Extract List" #k"control-meta-l")
    383383;;(bind-key "Lisp Insert )" #k")" :mode "Lisp")
    384384(bind-key "Delete Previous Character Expanding Tabs" #k"backspace" :mode "Lisp")
     
    397397)
    398398
    399 (bind-key "Goto Definition" #k"control-meta-F")
     399(bind-key "Goto Definition" #k"meta-.")
    400400
    401401#+debugger-bindings
Note: See TracChangeset for help on using the changeset viewer.