insanehunter / XCode4_beginning_of_line

Xcode plugin to make HOME key jump to the first non-whitespace line of code
168 stars 21 forks source link

Console #32

Open ncperry opened 9 years ago

ncperry commented 9 years ago

Hi! I have been using this code for a couple of months now, and I absolutely love it. The one place, however, that I do not like it is debugging in the console. The console prompt has an "(lldb)" at the beginning of the line. And when you do a command-left it takes you to the left of the (lldb), not to the right of it. Is there an easy way to turn of beginning_of_line for the console only?