update
This commit is contained in:
parent
e564abaa40
commit
816be8b6ad
6 changed files with 14 additions and 14 deletions
|
@ -1,9 +1,8 @@
|
|||
urls-source "miniflux"
|
||||
miniflux-url "https://interamnia.ipv64.net"
|
||||
miniflux-login "dmitz"
|
||||
miniflux-passwordeval "pass oss/miniflux"
|
||||
miniflux-tokeneval "pass oss/miniflux"
|
||||
miniflux-flag-star "b"
|
||||
miniflux-min-items 20
|
||||
reload-threads 20
|
||||
|
||||
browser linkhandler
|
||||
|
|
|
@ -2,6 +2,10 @@ map = vim.keymap.set
|
|||
silent = { silent = true }
|
||||
vim.g.mapleader = " "
|
||||
|
||||
for i = 1, 9 do
|
||||
map("n", string.format("<A-%d>", i), string.format(":LualineBuffersJump! %d <cr>", i), silent)
|
||||
end
|
||||
|
||||
map("n", "<C-j>", "<C-w>w")
|
||||
map("n", "<C-k>", "<C-w>W" )
|
||||
map("n", "<C-h>", "<c-w>5>")
|
||||
|
@ -21,9 +25,7 @@ map("n", "L", ":bn<cr>", silent)
|
|||
map("n", "X", ":bd<CR>", silent)
|
||||
map("n", "<A-t>", "<C-^>", silent)
|
||||
map("n", "<A-x>", ":bd!<CR>", silent)
|
||||
for i = 1, 5 do
|
||||
map("n", string.format("<A-%d>", i), string.format(":LualineBuffersJump! %d <cr>", i), silent)
|
||||
end
|
||||
|
||||
|
||||
map("n", "<leader>c", ":w! | !compiler '<c-r>%'<cr>")
|
||||
map("n", "<leader>op", ":!opout <c-r>%<cr><cr>")
|
||||
|
|
|
@ -30,7 +30,6 @@ return {
|
|||
initial_mode = "normal",
|
||||
prompt_prefix = "",
|
||||
results_title = false,
|
||||
previewer = false,
|
||||
selection_caret = " ",
|
||||
sorting_strategy = "ascending",
|
||||
layout_config = {
|
||||
|
|
|
@ -17,14 +17,14 @@ return {
|
|||
enable = true,
|
||||
keymaps = {
|
||||
node_incremental = "v",
|
||||
node_decremental = "b",
|
||||
node_decremental = "b"
|
||||
}
|
||||
},
|
||||
textobjects = {
|
||||
select = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
['aa'] = "@parameter.outer",
|
||||
["aa"] = "@parameter.outer",
|
||||
["ia"] = "@parameter.inner",
|
||||
["af"] = "@function.outer",
|
||||
["if"] = "@function.inner",
|
||||
|
@ -33,17 +33,17 @@ return {
|
|||
["ii"] = "@conditional.inner",
|
||||
["ai"] = "@conditional.outer",
|
||||
["il"] = "@loop.inner",
|
||||
["al"] = "@loop.outer",
|
||||
["al"] = "@loop.outer"
|
||||
},
|
||||
move = {
|
||||
enable = true,
|
||||
goto_next_start = {
|
||||
["]m"] = "@function.outer",
|
||||
["]c"] = "@class.outer",
|
||||
["]c"] = "@class.outer"
|
||||
},
|
||||
goto_previous_start = {
|
||||
["[m"] = "@function.outer",
|
||||
["[c"] = "@class.outer",
|
||||
["[c"] = "@class.outer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@ dc duckduckgo.com/?t=h_&q=0&ia=chat
|
|||
dm market.dota2.net/sell
|
||||
gbe gobyexample.com
|
||||
ntfy maritima.ipv64.net
|
||||
masf https://maritima.ipv64.net:3333
|
||||
rss interamnia.ipv64.net
|
||||
iasf https://interamnia.ipv64.net:3333
|
||||
masf asf.maritima.ipv64.net
|
||||
iasf asf.interamnia.ipv64.net
|
||||
|
|
|
@ -26,7 +26,7 @@ riverctl map normal Super M spawn "$TERMINAL -T float ncmpcpp"
|
|||
riverctl map normal Super+Shift M spawn "$TERMINAL -T float pulsemixer"
|
||||
|
||||
riverctl map normal Super N spawn "$TERMINAL newsboat"
|
||||
riverctl map normal Super+Shift N spawn "newsboat -x reload"
|
||||
riverctl map normal Super+Shift N spawn "notify-send 'Refreshing feeds...' && newsboat -x reload"
|
||||
|
||||
riverctl map normal Super Q close
|
||||
riverctl map normal Super+Shift Q spawn "sysact rest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue