mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(nvim): Better keymaps & removed unused plugins
This commit is contained in:
@@ -114,7 +114,7 @@ vnoremap <leader>y "+y
|
||||
" To paste from system clipboard "+p
|
||||
|
||||
" Clear search, diff update and redraw
|
||||
nnoremap <leader>/ :nohlsearch<CR>:diffupdate<CR>:normal! <C-L><CR>
|
||||
nnoremap <Esc> :nohlsearch<CR>:diffupdate<CR>:normal! <C-L><CR>
|
||||
|
||||
" Changes the pwd to the opened file's directory
|
||||
nnoremap <leader>cd :lcd %:h<CR>
|
||||
|
||||
Reference in New Issue
Block a user