mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
nvim: shortcut and dashboard changes
- nvim: shorcut and dashboard changes - shell: fix greeting
This commit is contained in:
parent
bd2e9ca61d
commit
437d52c35d
6 changed files with 45 additions and 20 deletions
|
|
@ -38,7 +38,7 @@ vim.keymap.set("i", "<C-c>", "<Esc>")
|
|||
|
||||
vim.keymap.set("n", "Q", "<nop>")
|
||||
vim.keymap.set("n", "<C-f>", "<cmd>silent !tmux neww tmux-sessionizer<CR>")
|
||||
vim.keymap.set("n", "<leader>f", vim.lsp.buf.format)
|
||||
vim.keymap.set("n", "<leader>fr", vim.lsp.buf.format)
|
||||
|
||||
vim.keymap.set("n", "<leader>m<C-k>", "<cmd>cnext<CR>zz")
|
||||
vim.keymap.set("n", "<leader>m<C-j>", "<cmd>cprev<CR>zz")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue