diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -590,7 +590,8 @@ (bind-keys :map km/file-map ("j" . km/dired-jump-file-at-point) ("n" . km/rename-current-buffer-file) - ("R" . km/find-file-as-root)) + ("R" . km/find-file-as-root) + ("t" . km/touch-buffer-file)) (bind-keys :map ctl-x-4-map ("r" . km/recentf-find-file-other-window) ("s" . km/scratch-find-file-other-window))) |