diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-09-07 21:41:19 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-09-07 21:41:19 +0200 |
commit | 52adfcc4ff9982f6d6f6e1f7c00b20a4826e47e1 (patch) | |
tree | 20381ddc354c4c240d74217b2afc90a5e1df3e1f | |
parent | 895dd315b355ee82d52106345d6b72e47fd97f80 (diff) | |
download | dotfiles-52adfcc4ff9982f6d6f6e1f7c00b20a4826e47e1.tar.gz dotfiles-52adfcc4ff9982f6d6f6e1f7c00b20a4826e47e1.tar.xz |
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .vimrc | 7 | ||||
-rw-r--r-- | .zshrc | 1 |
2 files changed, 5 insertions, 3 deletions
@@ -80,8 +80,8 @@ nnoremap k gk noremap <F2> :NERDTreeToggle<CR> inoremap <F2> <ESC>:NERDTreeToggle<CR> -noremap <C-f> :FuzzyFinderFile<CR> -inoremap <C-f> <ESC>:FuzzyFinderFile<CR> +noremap <C-f> :FufFile<CR> +inoremap <C-f> <ESC>:FufFile<CR> "noremap <C-b> :FuzzyFinderBuffer<CR> "inoremap <C-b> <ESC>:FuzzyFinderBuffer<CR> @@ -134,6 +134,9 @@ endfun map <F12> <ESC>ggg?G``" apply rot13 for people snooping over shoulder, good fun +highlight ExtraWhitespace ctermbg=red guibg=red +autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL + if !has("gui_running") if &term == "screen" set <C-Right>=Oc @@ -600,7 +600,6 @@ alias lld='ls -ld' # well I got used to that name ;) alias aurball='makepkg --source -f' alias pkgbuild='makepkg -fc && aurball' -alias aurup="aurploader -l ~/.aurploader -r" #alias sudo="sudo " #Sudo wont recognize aliases without this alias s='sudo ' |