From 26886c0aa954147272f415a8b40c40ffaffdfa11 Mon Sep 17 00:00:00 2001 From: LAN-TW Date: Fri, 18 May 2012 15:41:59 +0800 Subject: bash_include: 加入縮排距離較小的 vimhtml 指令 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash_include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash_include b/bash_include index 145bacd..572f671 100644 --- a/bash_include +++ b/bash_include @@ -67,7 +67,7 @@ alias zhtw='LANG=zh_TW.UTF-8;LANGUAGE=zh_TW:zh;LC_ALL=zh_TW.UTF-8' alias savetty='default_tty_setting=`stty -g`' alias resetty='stty $default_tty_setting' - +alias vimhtml='vim -c "set ts=2" -c "set sw=2"' # Functions @@ -907,9 +907,9 @@ function help_function () convert_to_html filename ... keep_sudo_credential [seconds] mkscreenacl username ... - mvfile [-n] filename ... [-- sudo_prefix] + mvfile [-n] filename ... [-- sudo_prefix] prehistory_backup - set_console_title + set_console_title x createdir_askmode dirname x split_arguments [arguments ...] ENDHELPMSG -- cgit