Skip to content

Commit

Permalink
fix(nvim): debloat keybinding, show full path file
Browse files Browse the repository at this point in the history
  • Loading branch information
cutbypham committed Aug 10, 2021
1 parent d1e3afd commit 93b6a57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ noremap <space>s :setlocal spell! spell?<CR>
command! Reload execute "source ~/.config/nvim/init.vim"

nnoremap <space>? :echo expand("%:p")<CR>
noremap ss :split<Return><C-w>w
noremap sv :vsplit<Return><C-w>w
Expand Down

0 comments on commit 93b6a57

Please sign in to comment.