WIP making paste better
This commit is contained in:
parent
58e57d0150
commit
ed52f8a8a3
4 changed files with 29 additions and 4 deletions
|
@ -6,7 +6,7 @@ use workspace::Workspace;
|
|||
|
||||
use crate::{motion::Motion, state::Mode, utils::copy_selections_content, Vim};
|
||||
|
||||
actions!(vim, [VisualDelete, VisualChange, VisualYank]);
|
||||
actions!(vim, [VisualDelete, VisualChange, VisualYank, VisualPaste]);
|
||||
|
||||
pub fn init(cx: &mut MutableAppContext) {
|
||||
cx.add_action(change);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue