Skip to content

Instantly share code, notes, and snippets.

@trak3r
Created June 9, 2014 21:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save trak3r/77cd0a40004cef6a704e to your computer and use it in GitHub Desktop.
This is what i see in my unite buffer:
28 a app/assets/javascripts/backbone/comp..ews.js.coffee [coffee] (2014/06/09 16:10:54)
27 %a app/assets/javascripts/backbone/comp..ler.js.coffee [coffee] (2014/06/09 16:57:00)
The file names are so grossly truncated as to be useless.
1. Can I truncate the path prefixes instead of the file names? If so, how?
2. Can I kill the file type and time stamp columns? If so, how?
@Shougo
Copy link

Shougo commented Jun 9, 2014

  1. Can I truncate the path prefixes instead of the file names? If so, how?

Unfortunatelly, no.

  1. Can I kill the file type and time stamp columns? If so, how?

Please change g:unite_source_buffer_time_format variable value like this.

let g:unite_source_buffer_time_format = ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment