diff options
author | Yigit Sever | 2021-12-13 13:57:37 +0300 |
---|---|---|
committer | Yigit Sever | 2021-12-13 13:57:37 +0300 |
commit | bf2e592c7812ab4d14904a9a7337938411c9f86c (patch) | |
tree | b2e437a13ae1fb7183217f293976e4cf2dc85310 /.config | |
parent | 73a45bca95916fcd280f8166f7ce09cc3b2d2a44 (diff) | |
download | dotfiles-bf2e592c7812ab4d14904a9a7337938411c9f86c.tar.gz dotfiles-bf2e592c7812ab4d14904a9a7337938411c9f86c.tar.bz2 dotfiles-bf2e592c7812ab4d14904a9a7337938411c9f86c.zip |
nvim: remove dashboard detritus
Diffstat (limited to '.config')
-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>') |