/[gzz]/gzz/bindings.py
ViewVC logotype

Diff of /gzz/bindings.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by benja, Mon Oct 28 00:17:54 2002 UTC revision 1.3 by benja, Mon Oct 28 00:54:13 2002 UTC
# Line 9  not with gzz.view.DefaultBinder. Line 9  not with gzz.view.DefaultBinder.
9    
10  from gzz.client.actions import *  from gzz.client.actions import *
11    
12    edit_mode = {}
13    search_mode = {}
14    
15  normal_mode = {  normal_mode = {
16    
17      # "Meta-binding:"      # "Meta-binding:"
# Line 92  normal_mode = { Line 95  normal_mode = {
95      'g': GoTo(1),      'g': GoTo(1),
96      'G': GoTo(0),      'G': GoTo(0),
97    
98      'Delete': Delete(),      'Delete': Delete(1),
99      'Ctrl-Backspace': Delete(),    # Macs have no "Delete" key      'Ctrl-Backspace': Delete(1),    # Macs have no "Delete" key
100    
101    
102    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26