|
@ -39,3 +39,8 @@ map('n', '<Space>bb', '<Cmd>BufferOrderByBufferNumber<CR>', opts) |
|
|
map('n', '<Space>bd', '<Cmd>BufferOrderByDirectory<CR>', opts) |
|
|
map('n', '<Space>bd', '<Cmd>BufferOrderByDirectory<CR>', opts) |
|
|
map('n', '<Space>bl', '<Cmd>BufferOrderByLanguage<CR>', opts) |
|
|
map('n', '<Space>bl', '<Cmd>BufferOrderByLanguage<CR>', opts) |
|
|
map('n', '<Space>bw', '<Cmd>BufferOrderByWindowNumber<CR>', opts) |
|
|
map('n', '<Space>bw', '<Cmd>BufferOrderByWindowNumber<CR>', opts) |
|
|
|
|
|
|
|
|
|
|
|
require('bufferline').setup { |
|
|
|
|
|
animation = false, |
|
|
|
|
|
icon_pinned = '', |
|
|
|
|
|
} |