very minor changes

This commit is contained in:
Dmytro Meleshko 2020-08-23 11:57:34 +03:00
parent 357956bf22
commit 65a581e0ce
4 changed files with 4 additions and 2 deletions

View File

@ -53,6 +53,7 @@ endif
nnoremap <silent> <space>c <Cmd>CocList commands<CR>
nnoremap <silent> <space>o <Cmd>CocList --auto-preview outline<CR>
nnoremap <silent> <space>s <Cmd>CocList --interactive symbols<CR>
nnoremap <silent> <space>e <Cmd>CocList extensions<CR>
nnoremap <silent> <space>h <Cmd>CocPrev<CR>
nnoremap <silent> <space>k <Cmd>CocPrev<CR>
nnoremap <silent> <space>l <Cmd>CocNext<CR>

View File

@ -19,7 +19,7 @@
# nginx configuration:
#
# server {
# listen 80;
# listen 127.155.44.48:80;
# server_name 127.155.44.48; # This address was chosen randomly
# location / {
# proxy_pass https://wiki.c2dl.info; # Replace with your wiki

View File

@ -74,6 +74,7 @@ alias e="$EDITOR"
if [[ "$EDITOR" == *vim ]]; then
alias es="e -S"
fi
alias sue="sudo --edit"
# some amendments to Oh My Zsh's git plugin
# https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/git.plugin.zsh

View File

@ -47,7 +47,7 @@ bracket-level-3 = 7
[arguments]
single-hyphen-option = 16
double-hyphen-option = 16
back-quoted-argument = 17
back-quoted-argument = 2
single-quoted-argument = 2
double-quoted-argument = 2
dollar-quoted-argument = 2