change C-j to newline,indent,one indention back?

eugene kim eugene1977 at hotmail.com
Fri Oct 18 23:36:22 EDT 2002


hi..

i'm wondering if i can avoid hitting backspace key

for i in something :
   for j in something:
      statement1
      statement2 # C-j here 
      |<-- cursor here & i would have to do 'backspace'
   |<-- can C-j be changed to place cursor here?

return/C-j/C-m all do the same newline-indent..

thank you
        



More information about the Python-list mailing list