有没有简单的方法来选择一行的整个内容?我总是使用$this->enableCsrfToken();
$this->enableSecurityToken();
来选择整个块,但在某些情况下会给我带来很多问题,因此我需要使用V
转到内容的开头,然后按^
+ v
选择并转到内容的末尾,这是很多事情要做。我在想一个宏,但也许有一种原生的方式。谢谢!
答案 0 :(得分:2)
我不知道任何本土方式;我在func collectionView(collectionView: UICollectionView, didSelectItemAtIndexPath indexPath: NSIndexPath){
if condition // your specific condition
{
performSegue(withIdentifier: "FeatureVC", sender: selectedIndexPath)
}
}
:
.vimrc