diff options
author | Marvin Borner | 2020-07-05 15:53:23 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-05 15:53:23 +0200 |
commit | 888dd53bdba27f799d401d36b34e4e41d7c468fc (patch) | |
tree | a77c350d6444df08e1863da14684f17641c0cb62 /.config/nvim/init.vim | |
parent | a738067f158938d9db8ef4e9be71804a2a6ef7c2 (diff) |
Some changes
Diffstat (limited to '.config/nvim/init.vim')
-rw-r--r-- | .config/nvim/init.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 84a6e22..e50fb51 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -166,8 +166,7 @@ autocmd TermOpen * startinsert nmap <Leader>a :!echo <c-r>% \| entr compile <c-r>% &<CR><CR> nmap <Leader>c :w! \| !compile <c-r>%<CR> nmap <Leader>p :!preview <c-r>%<CR><CR> -nmap <Leader>r :w! \| !./run<CR> -nmap <Leader>R :w! \| terminal<CR>./run<CR> +nmap <Leader>r :w! \| terminal<CR>./run<CR> " FZF nmap ; :Files<CR> |