Sometimes you don’t want the completion that ido is offering me in Emacs, for instance when trying to create a temporary buffer C-x C-b sometempbuffername
. C-j
will to get ido to accept what you typed rather than the completion.
Tag: ido
-
Select what you typed rather than the completion in ido-mode
-
removing historical buffer names from the ido buffer list
ido-mode
in emacs has this great feature where it remembers old buffers you have had open in the past and offers then as choices when switching buffer usingC-x b
. The problem is that sometimes it will have names in the list you’d rather it didn’t remember. The solution is easy, simply hitC-k
to instantly kill the entry under point.