summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
authorNoah Too <41364823+krivahtoo@users.noreply.github.com>2021-07-13 16:11:09 +0300
committerGitHub <noreply@github.com>2021-07-13 09:11:09 -0400
commitdf08a9916d2dc84f77cf8adbf86d37af0b1ad7e2 (patch)
tree84fa198514e69f41db5e05ea9762b68a8b077574 /config/keymap.toml
parentf9cfcab291c70b377dd018f2c37038055d79a531 (diff)
Add copying filename without extension (#83)
* Added copying filename without extention * Fix crash when copying file without extension
Diffstat (limited to 'config/keymap.toml')
-rw-r--r--config/keymap.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 2a54f08..624a7c0 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -105,6 +105,9 @@ keys = [ "y", "y" ]
command = "copy_filename"
keys = [ "y", "n" ]
[[mapcommand]]
+command = "copy_filename_without_extension"
+keys = [ "y", "." ]
+[[mapcommand]]
command = "copy_filepath"
keys = [ "y", "p" ]
[[mapcommand]]