Disable global bookmarks in arrow
This commit is contained in:
parent
b9a4770fbe
commit
033ee4d10e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
show_icons = true,
|
show_icons = true,
|
||||||
leader_key = ",",
|
leader_key = ",",
|
||||||
global_bookmarks = true,
|
global_bookmarks = false,
|
||||||
custom_actions = {
|
custom_actions = {
|
||||||
open = function(filename, _)
|
open = function(filename, _)
|
||||||
vim.cmd(string.format(":drop %s", filename))
|
vim.cmd(string.format(":drop %s", filename))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue