Delete alternate actions is too invasive

This commit is contained in:
ralesi 2016-12-08 20:30:36 -07:00 committed by d12frosted
parent d3fd067a3d
commit 1c8cb4a58c
No known key found for this signature in database
GPG Key ID: 8F60E862D6F5CE8F
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ than this amount.")
("v" spacemacs/find-file-vsplit "in vertical split")
("s" spacemacs/find-file-split "in horizontal split")
("l" find-file-literally "literally")
("d" spacemacs/delete-file "delete file")
;; this is to invasive, maybe have prompt?
;; ("d" spacemacs/delete-file "delete file")
("r" spacemacs/rename-file "rename file"))
"Default ivy actions for files.")