better move through windows
This commit is contained in:
parent
7796c4bd79
commit
462fb99fd8
|
@ -57,10 +57,10 @@ map('n', '<A-k>', '<cmd>lnext<CR>', { desc = 'Next Loclist Item' })
|
||||||
map('n', '<A-j>', '<cmd>lprev<CR>', { desc = 'Previous Loclist Item' })
|
map('n', '<A-j>', '<cmd>lprev<CR>', { desc = 'Previous Loclist Item' })
|
||||||
|
|
||||||
-- go to next diagnostics entry
|
-- go to next diagnostics entry
|
||||||
map('n', '<C-j>', function ()
|
map('n', '<leader>cj', function ()
|
||||||
vim.diagnostic.goto_next()
|
vim.diagnostic.goto_next()
|
||||||
end, { desc = 'go to next diagnostic'})
|
end, { desc = 'go to next diagnostic'})
|
||||||
map('n', '<C-k>', function ()
|
map('n', '<leader>ck', function ()
|
||||||
vim.diagnostic.goto_prev()
|
vim.diagnostic.goto_prev()
|
||||||
end, { desc = 'go to last diagnostic'})
|
end, { desc = 'go to last diagnostic'})
|
||||||
|
|
||||||
|
|
|
@ -17,10 +17,10 @@ return {
|
||||||
cond = not is_windows,
|
cond = not is_windows,
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
keys = {
|
keys = {
|
||||||
{ '<leader>wh', '<cmd>TmuxNavigateLeft<CR>', mode = { 'n', 't' }, silent = true, desc = 'Jump to left pane' },
|
{ '<C-h>', '<cmd>TmuxNavigateLeft<CR>', mode = { 'n', 't' }, silent = true, desc = 'Jump to left pane' },
|
||||||
{ '<leader>wj', '<cmd>TmuxNavigateDown<CR>', mode = { 'n', 't' }, silent = true, desc = 'Jump to lower pane' },
|
{ '<C-j>', '<cmd>TmuxNavigateDown<CR>', mode = { 'n', 't' }, silent = true, desc = 'Jump to lower pane' },
|
||||||
{ '<leader>wk', '<cmd>TmuxNavigateUp<CR>', mode = { 'n', 't' }, silent = true, desc = 'Jump to upper pane' },
|
{ '<C-k>', '<cmd>TmuxNavigateUp<CR>', mode = { 'n', 't' }, silent = true, desc = 'Jump to upper pane' },
|
||||||
{ '<leader>wl', '<cmd>TmuxNavigateRight<CR>', mode = { 'n', 't' }, silent = true, desc = 'Jump to right pane' },
|
{ '<C-l>', '<cmd>TmuxNavigateRight<CR>', mode = { 'n', 't' }, silent = true, desc = 'Jump to right pane' },
|
||||||
},
|
},
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.tmux_navigator_no_mappings = true
|
vim.g.tmux_navigator_no_mappings = true
|
||||||
|
|
|
@ -101,3 +101,10 @@ PyO3
|
||||||
#yo3
|
#yo3
|
||||||
JSON
|
JSON
|
||||||
json
|
json
|
||||||
|
#yo3
|
||||||
|
Verifikationsmechanismus
|
||||||
|
projektinterne
|
||||||
|
Theoriephase
|
||||||
|
weise/!
|
||||||
|
Weise
|
||||||
|
merksam
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue