Update some vim shits

This commit is contained in:
Nguyễn Gia Phong 2016-06-14 11:09:50 +07:00 committed by Raphael McSinyx
parent 80140b2730
commit edb2a03f5b
5 changed files with 18 additions and 10 deletions

View file

@ -1,4 +1,11 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =2
let g:netrw_dirhist_cnt =9
let g:netrw_dirhist_1='/home/cnx/Codes/ibus-table-vietnamese'
let g:netrw_dirhist_2='/home/cnx/Codes/ibus-table-vietnamese/tables'
let g:netrw_dirhist_3='/home/cnx/.dotfiles'
let g:netrw_dirhist_4='/home/cnx/.dotfiles/awesome'
let g:netrw_dirhist_5='/home/cnx/.dotfiles/awesome/.config'
let g:netrw_dirhist_6='/home/cnx/.dotfiles/awesome/.config/awesome'
let g:netrw_dirhist_7='/home/cnx/.dotfiles/awesome/.config/awesome/themes'
let g:netrw_dirhist_8='/home/cnx/.dotfiles/awesome/.config/awesome'
let g:netrw_dirhist_9='/home/cnx'

@ -1 +1 @@
Subproject commit 91bae6876031ececf151cc4f28aa5fb8c93681e4
Subproject commit d7f7f1951d0716957f3e32549a247e92d25b1449

View file

@ -1,6 +1,6 @@
" Vim Keymap file for Vietnamese through Telex method
" Maintainer: McSinyx <vn.mcsinyx@gmail.com>
" Last Change: 2016-06-06
" Maintainer: Raphael McSinyx <vn.mcsinyx@gmail.com>
" Last Change: 2016-06-13
scriptencoding utf-8

View file

@ -1,6 +1,6 @@
" Vim Keymap file for Vietnamese through VNI method
" Maintainer: McSinyx <vn.mcsinyx@gmail.com>
" Last Change: 2016-06-06
" Maintainer: Raphael McSinyx <vn.mcsinyx@gmail.com>
" Last Change: 2016-06-13
scriptencoding utf-8

View file

@ -11,7 +11,8 @@ hi Key font-weight: bold;
hi Enabled color: #98971a;
hi Disabled color: #cc241d;
hi Normal color: #ebdbb2; background: #282828;
hi Normal color: #ebdbb2; background: #282828; font-family: Droid Sans Mono Slashed; font-size: 15px;
hi ErrorMsg color: #3c3836; background: #cc241d; font-weight: bold;
hi InfoMsg color: #b16286; background: #282828;
hi ModeMsg color: #3c3836; background: #98971a; border-radius: 1px; padding: 0px 5px;
@ -25,7 +26,7 @@ hi PromptText color: #3c3836; background: #d3869b;
hi CmdOutput white-space: pre;
hi CmdLine background: #282828; color: #ebdbb2; transition: all 0.25s;
hi CmdLine>* font-family: monospace;
hi CmdLine>* font-family: Droid Sans Mono Slashed; font-size: 15px;
hi ContentSeparator border-top: 1px dotted #928374; display: -moz-box;
@ -60,7 +61,7 @@ hi URL:hover text-decoration: underline; cursor: pointer;
hi FrameIndicator background-color: #cc241d; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;
hi Bell border: none; background-color: #ebdbb2;
hi Hint font-family: monospace; font-size: 10px; font-weight: bold; text-transform: uppercase; color: #3c3836; background-color: #cc241d; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 1px 0px 1px;
hi Hint font-family: Droid Sans Mono Slashed; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #3c3836; background-color: #cc241d; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 1px 0px 1px;
hi Hint content: attr(number);
hi HintElem background-color: #d79921; color: #ebdbb2;
@ -74,7 +75,7 @@ hi HelpOptionalArg color: #6A97D4;
hi HelpBody display: block; margin: 1em auto; max-width: 100ex;
hi HelpBorder border-color: silver; border-width: 0px; border-style: solid;
hi HelpCode display: block; white-space: pre; margin-left: 2em; font-family: Terminus, Fixed, monospace;
hi HelpCode display: block; white-space: pre; margin-left: 2em; font-family: Droid Sans Mono Slashed
hi HelpDefault margin-right: 1ex; white-space: pre;