作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 vim 的新手,我正在尝试粘贴来自其他应用程序的内容。我正在运行 OS X 10.9 Mavericks 附带的 native vim。
当我运行“vim --version”时,这是输出
Normal version without GUI. Features included (+) or not (-):
-arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
-conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con +diff +digraphs
-dnd -ebcdic -emacs_tags +eval +ex_extra +extra_search -farsi +file_in_path
+find_in_path +float +folding -footer +fork() -gettext -hangul_input +iconv
+insert_expand +jumplist -keymap -langmap +libcall +linebreak +lispindent
+listcmds +localmap -lua +menu +mksession +modify_fname +mouse -mouseshape
-mouse_dec -mouse_gpm -mouse_jsbterm -mouse_netterm -mouse_sysmouse
+mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg -osfiletype
+path_extra -perl +persistent_undo +postscript +printer -profile +python/dyn
-python3 +quickfix +reltime -rightleft +ruby/dyn +scrollbind +signs
+smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
-toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
-xterm_clipboard -xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/usr/share/vim"
最佳答案
安装你自己的 Vim。如果您还没有,请设置 Homebrew , 然后:
brew install macvim --override-system-vim
brew install macvim --with-override-system-vim
brew options macvim
。)
关于vim - 如何在 Mac OS X 10.9 Mavericks 中将 Vim 从 "-xterm_clipboard"更改为 "+xterm_clipboard"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20418957/
我是 vim 的新手,我正在尝试粘贴来自其他应用程序的内容。我正在运行 OS X 10.9 Mavericks 附带的 native vim。 当我运行“vim --version”时,这是输出 No
我有一个最小安装的 CentOS 6.6,之后添加了 Desktop。我想用 xterm_clipboard 编译最新的 vim。 我做了以下 已安装 *-devel 包 yum install ru
我经常使用 VIM,并且之前已经能够获取 +xterm_clipboard support working by using a script provided in a separate post
我是一名优秀的程序员,十分优秀!