Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

vim:ビルド, vimrc

$
0
0

OS: fedora 25

参考にしたもの
http://note.kurodigi.com/vim-selfbuild/
http://maijou2501.hateblo.jp/entry/20121016/1350403062

su
cd /usr/src
git clone https://github.com/vim/vim.git
cd vim/src
./configure \
   --with-features=huge \
   --enable-gui=gnome3 \
   --enable-multibyte \
   --enable-perlinterp=dynamic \
   --enable-pythoninterp=dynamic \
   --enable-rubyinterp=dynamic \
   --enable-luainterp=dynamic \
   --with-lua-prefix=/usr \
   --with-luajit \
   --enable-gpm \
   --enable-cscope \
   --enable-fontset \
   --enable-fail-if-missing
make
sudo make install
exit

X11ではクリップボードのレジスタは"+

vim .vimrc
...
set clipboard=unnamedplus,autoselect
...

Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>