SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: bruno_costacurta on October 08, 2020, 07:05:23 PM

Title: How to center current line on the screen ?
Post by: bruno_costacurta on October 08, 2020, 07:05:23 PM
Hello,
how to center current line on the screen ?
Meaning keeping same line number but moving the window so the cursor is on central position.
For those who knows vi or vim : commands z. or zz
Thanks
Title: Re: How to center current line on the screen ?
Post by: Rodney on October 08, 2020, 07:14:58 PM
The command is center_line

You can bind it to an available key, or run it from the SlickEdit command line.

++rodney
Title: Re: How to center current line on the screen ?
Post by: bruno_costacurta on October 09, 2020, 09:39:23 AM
Thanks for your help.
Helpful for a SlickEdit newbie like me  :)