Changeset 703
- Timestamp:
- Mar 22, 2004, 9:38:18 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/hemlock/src/bindings.lisp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/hemlock/src/bindings.lisp
r596 r703 98 98 (bind-key "Check Buffer Modified" #k"control-x ~") 99 99 (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") 105 105 106 106 (bind-key "Next Window" #k"control-x n") … … 108 108 (bind-key "Previous Window" #k"control-x p") 109 109 (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") 112 112 (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-.") 117 117 118 118 (bind-key "Exit Hemlock" #k"control-x control-z") … … 315 315 (bind-key "Next Interactive Input" #k"meta-n" :mode "Listener") 316 316 (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") 318 318 (bind-key "Interactive Beginning of Line" #k"control-a" :mode "Listener") 319 (bind-key " EOFOr Delete Forward" #k"control-d" :mode "Listener")319 (bind-key "POP Or Delete Forward" #k"control-d" :mode "Listener") 320 320 (bind-key "Reenter Interactive Input" #k"control-return" :mode "Listener") 321 321 … … 380 380 (bind-key "Forward Up List" #k"control-meta-)") 381 381 (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") 383 383 ;;(bind-key "Lisp Insert )" #k")" :mode "Lisp") 384 384 (bind-key "Delete Previous Character Expanding Tabs" #k"backspace" :mode "Lisp") … … 397 397 ) 398 398 399 (bind-key "Goto Definition" #k" control-meta-F")399 (bind-key "Goto Definition" #k"meta-.") 400 400 401 401 #+debugger-bindings
Note:
See TracChangeset
for help on using the changeset viewer.
