ge goto end, last character of buffer
This commit is contained in:
parent
7f535988f0
commit
240e0321e8
|
@ -87,6 +87,12 @@ void do_go(Context& context)
|
|||
editor.select(buf.iterator_at_line_begin(buf.line_count() - 1), mode);
|
||||
break;
|
||||
}
|
||||
case 'e':
|
||||
{
|
||||
context.push_jump();
|
||||
editor.select(editor.buffer().end()-1, mode);
|
||||
break;
|
||||
}
|
||||
case 'a':
|
||||
{
|
||||
auto& buffer_manager = BufferManager::instance();
|
||||
|
|
Loading…
Reference in New Issue
Block a user