Browse Source

Set vim as default editor

DricomDragon 5 năm trước cách đây
mục cha
commit
29073caf3f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Install/Templates/fish/config.fish

+ 3 - 0
Install/Templates/fish/config.fish

@@ -5,4 +5,7 @@ set --export -g why '192.168.0.20'
 set --export -g ntb '192.168.0.25'
 set --export -g sat '192.168.0.30'
 
+set --export -g EDITOR 'vi -e'
+set --export -g VISUAL vim
+
 set -gx PATH ~/.bin $PATH