dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit ee51a148661b26ef653675620fbc37df907fab42
parent c6cb1da9d2df4e29da9fb40150a489b9cdb9a16c
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun, 17 Jul 2016 21:54:04 -0700

Merge

Diffstat:
bin/screen.sh | 2+-
vimrc | 3+++
vimrc.bundles | 3++-
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/bin/screen.sh b/bin/screen.sh @@ -5,6 +5,6 @@ # Run this command every time you boot up so these settings are loaded. # -if [[ `hostname -s` = carl-* ]]; then +if [[ $(hostname -s) = carl-* ]]; then xrandr --output DVI-I-1 --mode 1600x900 --pos 1680x40 --rotate normal --output DVI-D-1 --mode 1680x1050 --pos 0x0 --rotate normal --primary --output DVI-D-2 --off fi diff --git a/vimrc b/vimrc @@ -104,6 +104,9 @@ nmap gA <Plug>(EasyAlign) nmap <leader>a :A<CR> +nmap <Leader>e :DmenuFile "e"<CR> +nmap <Leader>b :DmenuBuf "e"<CR> + " useful mapping for Vundle au BufRead,BufNewFile *vimrc* nmap gb :w<CR>:source %<CR>:VundleInstall<CR> au BufRead,BufNewFile *vimrc* nmap gB :w<CR>:source %<CR>:VundleClean<CR> diff --git a/vimrc.bundles b/vimrc.bundles @@ -30,7 +30,8 @@ Bundle 'tpope/vim-rsi' """ my plug-ins " add nyan cat to status bar -Bundle 'edvb54/catium.vim' +Bundle 'edvb/catium.vim' +Bundle 'edvb/dmenu.vim' """ language specific plug-ins " syntax checker