vim: bracketed paste
This commit is contained in:
parent
5f96ec0ba7
commit
a8d9f009dd
1 changed files with 3 additions and 1 deletions
4
.vimrc
4
.vimrc
|
@ -20,6 +20,8 @@ Plugin 'itchyny/lightline.vim'
|
|||
Plugin 'ap/vim-buftabline'
|
||||
" start screen
|
||||
Plugin 'mhinz/vim-startify'
|
||||
" bracketed paste/ keine set-paste mehr
|
||||
Plugin 'ConradIrwin/vim-bracketed-paste'
|
||||
" multi cursor; setze cursor mit \\\
|
||||
Plugin 'mg979/vim-visual-multi'
|
||||
" Markdown-Preview in Browser
|
||||
|
@ -152,7 +154,7 @@ let g:startify_lists = [
|
|||
" Ctrl+S zum speichern
|
||||
nmap <C-s> :w<CR>
|
||||
" ctrl+P: set paste
|
||||
nmap <C-p> :set paste!<CR>
|
||||
nmap <leader>p :set paste!<CR>
|
||||
" leader-key
|
||||
:let mapleader = ","
|
||||
" vim.fugitiv in neuem tab
|
||||
|
|
Loading…
Reference in a new issue