Author Topic: How to center current line on the screen ?  (Read 1354 times)

bruno_costacurta

  • Junior Community Member
  • Posts: 6
  • Hero Points: 0
How to center current line on the screen ?
« 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

Rodney

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 798
  • Hero Points: 54
Re: How to center current line on the screen ?
« Reply #1 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

bruno_costacurta

  • Junior Community Member
  • Posts: 6
  • Hero Points: 0
Re: How to center current line on the screen ?
« Reply #2 on: October 09, 2020, 09:39:23 AM »
Thanks for your help.
Helpful for a SlickEdit newbie like me  :)