feat(hyrpland): disable timeout lock for now
This commit is contained in:
parent
6e09c82b29
commit
06e8af6d56
3 changed files with 8 additions and 8 deletions
|
|
@ -164,7 +164,7 @@ return {
|
|||
init = function()
|
||||
vim.g.diffs = {
|
||||
fugitive = true,
|
||||
neogit = true,
|
||||
neogit = false,
|
||||
extra_filetypes = { 'diff' },
|
||||
hide_prefix = true,
|
||||
highlights = {
|
||||
|
|
@ -172,7 +172,7 @@ return {
|
|||
enabled = true,
|
||||
},
|
||||
intra = {
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
max_lines = 500,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -85,5 +85,5 @@ unbind s; bind s run 'mux shell'
|
|||
unbind g; bind g run 'mux git'
|
||||
unbind m; bind m run 'mux misc'
|
||||
|
||||
set -g lock-after-time 300
|
||||
set -g lock-command "pipes -p 2"
|
||||
# set -g lock-after-time 300
|
||||
# set -g lock-command "pipes -p 2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue