updates
This commit is contained in:
@@ -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
@@ -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('/', {
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user