2
Vim没有在tmux中运行
当我尝试打开使用文件vim内tmux整个窗口冻结。我必须用杀死窗户C-a &。 这是我的~/.vimrc设置: :set autoindent :set ts=4 :set number :set shiftwidth=4 :set showmode :filetype on :filetype plugin on :syntax enable :set mouse=a 和 ~/.tmux.conf # I like Ctrl-a as the default hotkey unbind C-b set-option -g prefix C-a # Split window using | and - unbind % bind | split-window …