preview bytes under cursor when replacing
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use std::cmp::min;
|
||||
use crate::{app::App, cursor::Cursor};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum EditAction {
|
||||
Delete {
|
||||
cursor: Cursor,
|
||||
|
||||
Reference in New Issue
Block a user