|
|
|
|
|
by nandkeypull
3750 days ago
|
|
You can have aliases in emacs as well - just use bookmarks. Set a bookmark with C-x r m and jump to a bookmark with C-x r b (I bound this to a "bj" keychord to invoke bookmark-jump faster). If you install ido/helm/ivy, you'll have a quick fuzzy selection mechanism to grab whatever bookmark you want with just a few letters. Plus you'll want to install a fuzzy file finder like find-file-in-project. |
|