作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个同时支持剪贴板和 xterm_clipboard 的 vim 版本。但是,"*y
或 "+y
不会复制到系统剪贴板。我知道我可以使用 :w !pbcopy
(甚至为它创建一个快捷方式),但我真的想要标准方式。我也看到了 fakeclip,但希望找到一个不是假的解决方案......
此外,我希望不需要使用 "*
或 "+
而只使用 y
更新:
我刚刚使用 :reg
命令进行了检查。我在另一个应用程序中复制了一些文本,然后在 vim 中运行了 :reg 命令。文本不存在。然后我运行 MacVim 并且 :reg 显示“* 有复制的文本。所以我的 vim 有问题吗?
这是 vim --version:
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Nov 21 2013 07:13:18)
MacOS X (unix) version
Included patches: 1-244, 246-762
Compiled by idror@tlv-mp3u2
Huge 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_sgr -mouse_sysmouse
+mouse_urxvt +mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg
+path_extra -perl +persistent_undo +postscript +printer +profile -python
-python3 +quickfix +reltime +rightleft -ruby +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_interact +xterm_clipboard -xterm_save
system vimrc file: "/opt/local/etc/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/opt/local/share/vim"
Compilation: /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -pipe -O2 -arch x86_64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -I/opt/local/include
Linking: /usr/bin/clang -L/opt/local/lib -L/opt/local/lib -arch x86_64 -L/usr/local/lib -o vim -lXt -lX11 -lSM -lICE -lm -lncurses -liconv -lintl -framework Cocoa
最佳答案
我不知道剪贴板有什么问题(看起来不错,似乎是 Mac OS/MacVim 上的 Vim 特有的),但是:
I wish to not need to use
"*
or"+
and just use y
这可以分别通过 :set clipboard^=unnamed
和 :set clipboard^=unnamedplus
实现。
关于macos - Vim 和 Mac : How to copy to clipboard without pbcopy,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20186975/
我是一名优秀的程序员,十分优秀!