vim: Find all files, not just Git files
This commit is contained in:
parent
38a65bb069
commit
b5dd727bbf
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ colorscheme nord
|
||||||
let mapleader = " "
|
let mapleader = " "
|
||||||
nnoremap <leader>pv :Vex<CR>
|
nnoremap <leader>pv :Vex<CR>
|
||||||
nnoremap <Leader>so :so ~/.config/nvim/init.vim<CR>
|
nnoremap <Leader>so :so ~/.config/nvim/init.vim<CR>
|
||||||
nnoremap <C-p> :GFiles<CR>
|
nnoremap <C-p> :Files<CR>
|
||||||
|
|
||||||
" Remove arrow keys
|
" Remove arrow keys
|
||||||
noremap <up> <nop>
|
noremap <up> <nop>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue