作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在 tmux 中使用 emacs 复制模式复制文件的全部内容。
然而,当我进入复制模式时,输入 C-space 开始突出显示文本,然后输入 M-> 跳转到文件的末尾,我最终只是跳转到 tmux Pane 底部的文件信息部分。
这是一张显示会发生什么的图片:
编辑:我是新用户,显然还不能发布图片。但基本上你可以想象在 tmux 复制模式下黄色突出显示(选定)的文本。而不是文件的结尾,我只能突出显示到 Pane 的底部(看起来有点像这样):
-u-:----F1 file_name.rb Top L1 (Ruby)---------------------------------
# use pbcopy|pbpaste wrapper script
set-option -g default-command "reattach-to-user-namespace -l zsh"
# send contents of current tmux buffer to system clipboard
bind C-c run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
# support pasting from the system clipboard
bind C-v run "tmux set-buffer $(reattach-to-user-namespace pbpaste); tmux paste buffer"
# overriding "auto-detection" to always use emacs
set-option -g status-keys emacs
set-option -gw mode-keys emacs
最佳答案
答案是肯定的,而且很简单:
您需要运行 tmux 命令之一。您可以通过执行 Ctrl+b+: 并键入命令来运行 tmux 命令。
load-buffer path
loadb path
关于emacs - 如何在 Tmux emacs 复制模式下复制文件的全部内容(> 1 个 Pane )?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12289227/
我是一名优秀的程序员,十分优秀!