Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は通常、プロジェクト フォルダー内のファイルに todo リストを保持しています。そのファイルを常に NerdTree の下の分割ウィンドウに表示する方法はありますか?
私は NERDTreeToggle のキー バインディングを持っており、その todo リストが同時に表示されるのは素晴らしいことです。
不可能な場合、キーをバインドしてファイルのオン/オフを切り替えるにはどうすればよいですか (NERDTreeToggle など) ?
ありがとう
このようなものが動作するはずです:
:nnoremap $YOUR_KEY_SEQUENCE :NERDTree <Bar> :belowright split $YOUR_TODO_FILE<CR>