Skip to content

Commit

Permalink
scripts,joshuto turn off file paste overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
kpa28-git committed Sep 23, 2023
1 parent ebbcdbf commit aa0473d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/joshuto/keymap.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ keymap = [

# Yank (Copy) / Paste
{ keys = ["y"], command = "copy_files" },
{ keys = ["p"], command = "paste_files --overwrite=true" },
{ keys = ["p"], command = "paste_files --overwrite=false" },
# { keys = ["y","n"], command = "copy_filename" },
# { keys = ["y","."], command = "copy_filename_without_extension" },
# { keys = ["y","p"], command = "copy_filepath" },
Expand Down
2 changes: 1 addition & 1 deletion .local/bin
Submodule bin updated from 22cebe to 14e367

0 comments on commit aa0473d

Please sign in to comment.