diff options
Diffstat (limited to 'nvim')
-rwxr-xr-x | nvim/init.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/init.vim b/nvim/init.vim index f4c9ab5..8eeb7bb 100755 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -56,6 +56,10 @@ nmap <C-l> $ nmap <TAB> gt nmap <S-TAB> gT nmap <C-T> :tabnew<CR> + " Copy, paste, and cut with standard bindings +map <C-c> "+y +map <C-v> "+gp +map <C-x> "+x " Colorscheme for root and normal users (since vimrc is just symlinked to the root user's home) if ($USER) == 'root' |