mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 02:54:31 +03:00
Open buffer in a new tab when clicked on buffers list
This commit is contained in:
parent
006f0a026c
commit
5a9de3cb32
@ -100,6 +100,8 @@ extension NeoVimView {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
self.nvim.command(command: "tab sb \(buffer.handle)")
|
||||
}
|
||||
|
||||
/// Closes the current window.
|
||||
|
Loading…
Reference in New Issue
Block a user