當我選擇的V鍵,按S鍵環繞在括號內關閉了一些代碼,我收到此錯誤:Vim的 - surround.vim - 重點工作不
surround.vim Visual mode s has been remove in favor of S
如何恢復這個功能?
當我選擇的V鍵,按S鍵環繞在括號內關閉了一些代碼,我收到此錯誤:Vim的 - surround.vim - 重點工作不
surround.vim Visual mode s has been remove in favor of S
如何恢復這個功能?
只需將其映射回S?
vmap s S
或'xmap',如果你在乎選擇模式。 – 2014-11-19 16:40:24