1
1
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:
Tae Won Ha 2017-12-01 18:38:47 +01:00
parent 006f0a026c
commit 5a9de3cb32
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -100,6 +100,8 @@ extension NeoVimView {
return
}
}
self.nvim.command(command: "tab sb \(buffer.handle)")
}
/// Closes the current window.