Emacs: Eshell: Add "sudo vi" to list of subcommands

master
Pierre Neidhardt 2017-06-16 19:09:38 +01:00
parent f195fb03de
commit 5040198d96
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@
(nconc eshell-visual-commands
'("abook" "cmus" "fzf" "htop" "mpv" "mutt" "ncdu" "newsbeuter" "ranger"))
(add-to-list 'eshell-visual-subcommands '("git" "log" "diff" "show"))
(setq eshell-visual-subcommands
'(("git" "log" "diff" "show")
("sudo" "vi")))
;;; Alias management possibilities:
;;; - Version eshell-alias and store it in user-emacs-directory. Simplest and