From d37551fe23ecef7c5ff17201a27593bcaa371c53 Mon Sep 17 00:00:00 2001 From: McSinyx Date: Mon, 20 Jun 2016 17:46:08 +0700 Subject: Update 20160620 --- awesome/.config/awesome/rc.lua | 1 + vim/.vim/vimrc | 28 ++++++++++++++++++++++++++++ vim/.vimrc | 28 ---------------------------- 3 files changed, 29 insertions(+), 28 deletions(-) create mode 100755 vim/.vim/vimrc delete mode 100755 vim/.vimrc diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 0eacf12..f88d3b1 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -636,6 +636,7 @@ awful.rules.rules = { --{rule = {class = "pinentry"}, properties = {floating = true}}, --{rule = {class = "gimp"}, properties = {floating = true}}, {rule = {class = "Gcolor2"}, properties = {floating = true}}, + {rule = {class = "flare"}, properties = {floating = true}}, {rule = {class = "Torbrowser-launcher"}, properties = {floating = true}}, {rule = {class = "Twf"}, properties = {floating = true}}, -- Set Firefox to always map on tags number 2 of screen 1. diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc new file mode 100755 index 0000000..260548b --- /dev/null +++ b/vim/.vim/vimrc @@ -0,0 +1,28 @@ +execute pathogen#infect() +filetype plugin indent on +syntax enable +set nocompatible +set undodir=~/.cache/vim/undo +set directory=~/.cache/vim/swap +set backupdir=~/.cache/vim/backup +set viminfo+=n~/.cache/vim/viminfo +set clipboard=exclude:cons\|linux +set hidden +set wildmenu +set showcmd +set nostartofline +set ruler +set confirm +set list listchars+=tab:\|\ +set number relativenumber lazyredraw +set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab +set omnifunc=syntaxcomplete#Complete +set tags+=~/.vim/systags +set dictionary=/usr/share/dict/words +set keymap=vietnamese-telex imdisable iminsert=0 imsearch=-1 +autocmd BufNewFile,BufRead *.PAS set filetype=pascal +autocmd FileType vim,pascal setlocal shiftwidth=2 tabstop=2 +autocmd FileType c setlocal noexpandtab shiftwidth=8 tabstop=8 +autocmd FileType markdown setlocal textwidth=79 +autocmd FileType python syntax keyword pythonBoolean False True None +autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1) diff --git a/vim/.vimrc b/vim/.vimrc deleted file mode 100755 index f55b7e3..0000000 --- a/vim/.vimrc +++ /dev/null @@ -1,28 +0,0 @@ -execute pathogen#infect() -filetype plugin indent on -syntax enable -set clipboard=exclude:cons\|linux -set nocompatible -set hidden -set wildmenu -set showcmd -set nostartofline -set ruler -set confirm -set list listchars+=tab:\|\ -set number relativenumber lazyredraw -set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab -set omnifunc=syntaxcomplete#Complete -set tags+=~/.vim/systags -set dictionary=/usr/share/dict/words -set imdisable -set keymap=vietnamese-telex -set iminsert=0 -syntax keyword pythonBoolean False True None -autocmd BufNewFile,BufRead *.PAS set filetype=pascal -autocmd FileType vim,pascal setlocal shiftwidth=2 tabstop=2 -autocmd FileType c setlocal noexpandtab shiftwidth=8 tabstop=8 -autocmd FileType markdown,asciidoc setlocal textwidth=79 -autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1) -let mapleader = ' ' -let g:stime_table = "telex" -- cgit 1.4.1