diff --git a/vimrc b/vimrc index 602df72..3c27d7d 100644 --- a/vimrc +++ b/vimrc @@ -43,6 +43,7 @@ Bundle 'coderifous/textobj-word-column.vim' Bundle 'lukaszkorecki/workflowish' Bundle 'searchfold.vim' Bundle 'godlygeek/tabular' +Bundle 'kshenoy/vim-signature' " Snipmate " Bundle 'MarcWeber/vim-addon-mw-utils' diff --git a/xprofile b/xprofile new file mode 100644 index 0000000..e07d802 --- /dev/null +++ b/xprofile @@ -0,0 +1,3 @@ +xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync +xrandr --addmode Virtual1 2560x1440_60.00 +xrandr --output Virtual1 --mode 2560x1440_60.00