diff options
Diffstat (limited to '.config/nvim')
-rw-r--r-- | .config/nvim/lua/mappings.lua | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/.config/nvim/lua/mappings.lua b/.config/nvim/lua/mappings.lua index fed06d9..1acc6a2 100644 --- a/.config/nvim/lua/mappings.lua +++ b/.config/nvim/lua/mappings.lua | |||
@@ -164,16 +164,10 @@ map('n', '<leader>fh', "<cmd>lua require('telescope.builtin').help_tags()<cr>") | |||
164 | map('n', '<F3>', ":Vista focus<cr>") | 164 | map('n', '<F3>', ":Vista focus<cr>") |
165 | map('n', '<F4>', ":Vista finder<cr>") | 165 | map('n', '<F4>', ":Vista finder<cr>") |
166 | 166 | ||
167 | -- dashboard | ||
168 | map('n', '<Leader>fh', ':DashboardFindHistory<CR>') | ||
169 | map('n', '<Leader>ff', ':DashboardFindFile<CR>') | ||
170 | map('n', '<Leader>fa', ':DashboardFindWord<CR>') | ||
171 | map('n', '<Leader>fb', ':DashboardJumpMark<CR>') | ||
172 | map('n', '<Leader>cn', ':DashboardNewFile<CR>') | ||
173 | |||
174 | -- toggle rose pine theme | 167 | -- toggle rose pine theme |
175 | map('n', 'cz', [[<cmd>lua require('rose-pine.functions').toggle_variant({'dawn', 'base'})<cr>]], { noremap = true, silent = true }) | 168 | map('n', '<F5>', [[<cmd>lua require('rose-pine.functions').toggle_variant({'dawn', 'base'})<cr>]], { noremap = true, silent = true }) |
176 | 169 | ||
170 | -- nvim tree mappings | ||
177 | map('n', 'vt', ':NvimTreeToggle<CR>') | 171 | map('n', 'vt', ':NvimTreeToggle<CR>') |
178 | map('n', 'vr', ':NvimTreeRefresh<CR>') | 172 | map('n', 'vr', ':NvimTreeRefresh<CR>') |
179 | map('n', 'vs', ':NvimTreeFindFile<CR>') | 173 | map('n', 'vs', ':NvimTreeFindFile<CR>') |