Does anyone know if UltraEdit can be configured to emulate the Ctrl-K and Ctrl-U functionality of the editor nano that is found in Linux?
Ctrl-K: Cut the current line and append it to the paste buffer. Move to the next line.
Ctrl-U: Go to the first column and paste the lines currently in the paste buffer, moving the existing lines down.
So, if I type Ctrl-K three times, three lines get deleted from my text, and they are now in the paste buffer.
I go elsewhere in my document, anyplace in the line, and type Ctrl-U. The three lines in my paste buffer are inserted into the current line of my text, starting at column 0, pushing the existing text downwards.
Ctrl-K: Cut the current line and append it to the paste buffer. Move to the next line.
Ctrl-U: Go to the first column and paste the lines currently in the paste buffer, moving the existing lines down.
So, if I type Ctrl-K three times, three lines get deleted from my text, and they are now in the paste buffer.
I go elsewhere in my document, anyplace in the line, and type Ctrl-U. The three lines in my paste buffer are inserted into the current line of my text, starting at column 0, pushing the existing text downwards.