Terminal Setting

ไม่สงวนสิทธิ์ใดๆ นี่เป็นค่าที่ผมมักจะตั้งไว้ใช้งานใน Terminal เพื่อคุณภาพชีวิตที่ดีขึ้นบ้างบางประการ

.profile

export CLICOLOR=1

.vimrc

set nocompatible
set selectmode=mouse
set guifont=Monaco:h8
set guioptions-=T
set ic
set fileformats=unix,mac,dos
highlight StatusLineNC guifg=#ff0000 guibg=#000000
highlight StatusLine guifg=#00ff00 guibg=#000000
set hls
hi Normal guibg=#000000 guifg=#ffffff
hi Search guibg=#ffffff guifg=#000000
hi IncSearch guibg=#ffffff guifg=#000000
set tags=./tags
set mousef
" set term=builtin_xterm
set ruler
syntax on

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <tt> <sup> <sub> <img> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can link nodes to other nodes using the following syntax:
    [node:node_id,title="val2"]

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.