This commit is contained in:
Henrik Bakken
2022-04-28 16:17:40 +02:00
parent 2c9338d672
commit d770abf8ef
4 changed files with 5 additions and 5 deletions
+1
View File
@@ -183,6 +183,7 @@ for_window [class="Nitrogen"] floating enable sticky enable border normal
for_window [class="Pamac-manager"] floating enable
for_window [class="Pavucontrol"] floating enable
for_window [class="qt5ct"] floating enable sticky enable border normal
for_window [title="Origin"] floating enable
# Set shut down, restart and locking features
set $mode_system (l)ock, (e)xit, switch_(u)ser, (r)eboot, (s)hutdown
+1 -3
View File
@@ -450,8 +450,7 @@ require("packer").startup {
node_incremental = "<M-k>",
scope_incremental = "<M-n>"
}
},
indent = {enable = true}
}
}
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
end
@@ -558,7 +557,6 @@ require("packer").startup {
['<C-b>'] = cmp.mapping.scroll_docs(-4),
['<C-f>'] = cmp.mapping.scroll_docs(4),
['<C-Space>'] = cmp.mapping.complete(),
['<CR>'] = cmp.mapping.confirm({select = true})
})
})
cmp.setup.cmdline('/', {
+1
View File
@@ -71,6 +71,7 @@ bind -T copy-mode-vi v send-keys -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard"
bind -T copy-mode-vi r send-keys -X rectangle-toggle
bind -T copy-mode-vi Escape send-keys -X cancel
bind -T copy-mode-vi q send-keys -X clear-selection
# Rename window
bind , command-prompt "rename-window %%"
+2 -2
View File
@@ -1,8 +1,8 @@
# zathurarc
set zoom-min 10
set zoom-min 0
set zoom-max 1000
set zoom-step 20
set zoom-step 10
set first-page-column 2
set pages-per-row 2
set scroll-step 100