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.
関数を にバインドするとC-i。tab関数にバインドされているようです。なぜそれが起こるのですか?Emacsで同じキーが認識されますか?
C-i
tab
それらはたまたまデフォルト設定でリンクされていますが、このようにする必要はありません:
(keyboard-translate ?\C-i ?\C-j)
C-i改行を行いますが、まだtabインデントします。
I'm using a repository for my models like this
public IEnumerable<object> GetDetailList(int userId, int page, int rp, string sortname, string sortorder, ref int num, ref i