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 …