mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
very minor changes
This commit is contained in:
parent
357956bf22
commit
65a581e0ce
4 changed files with 4 additions and 2 deletions
|
@ -53,6 +53,7 @@ endif
|
||||||
nnoremap <silent> <space>c <Cmd>CocList commands<CR>
|
nnoremap <silent> <space>c <Cmd>CocList commands<CR>
|
||||||
nnoremap <silent> <space>o <Cmd>CocList --auto-preview outline<CR>
|
nnoremap <silent> <space>o <Cmd>CocList --auto-preview outline<CR>
|
||||||
nnoremap <silent> <space>s <Cmd>CocList --interactive symbols<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>h <Cmd>CocPrev<CR>
|
||||||
nnoremap <silent> <space>k <Cmd>CocPrev<CR>
|
nnoremap <silent> <space>k <Cmd>CocPrev<CR>
|
||||||
nnoremap <silent> <space>l <Cmd>CocNext<CR>
|
nnoremap <silent> <space>l <Cmd>CocNext<CR>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
# nginx configuration:
|
# nginx configuration:
|
||||||
#
|
#
|
||||||
# server {
|
# server {
|
||||||
# listen 80;
|
# listen 127.155.44.48:80;
|
||||||
# server_name 127.155.44.48; # This address was chosen randomly
|
# server_name 127.155.44.48; # This address was chosen randomly
|
||||||
# location / {
|
# location / {
|
||||||
# proxy_pass https://wiki.c2dl.info; # Replace with your wiki
|
# proxy_pass https://wiki.c2dl.info; # Replace with your wiki
|
||||||
|
|
|
@ -74,6 +74,7 @@ alias e="$EDITOR"
|
||||||
if [[ "$EDITOR" == *vim ]]; then
|
if [[ "$EDITOR" == *vim ]]; then
|
||||||
alias es="e -S"
|
alias es="e -S"
|
||||||
fi
|
fi
|
||||||
|
alias sue="sudo --edit"
|
||||||
|
|
||||||
# some amendments to Oh My Zsh's git plugin
|
# some amendments to Oh My Zsh's git plugin
|
||||||
# https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/git.plugin.zsh
|
# https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/git.plugin.zsh
|
||||||
|
|
|
@ -47,7 +47,7 @@ bracket-level-3 = 7
|
||||||
[arguments]
|
[arguments]
|
||||||
single-hyphen-option = 16
|
single-hyphen-option = 16
|
||||||
double-hyphen-option = 16
|
double-hyphen-option = 16
|
||||||
back-quoted-argument = 17
|
back-quoted-argument = 2
|
||||||
single-quoted-argument = 2
|
single-quoted-argument = 2
|
||||||
double-quoted-argument = 2
|
double-quoted-argument = 2
|
||||||
dollar-quoted-argument = 2
|
dollar-quoted-argument = 2
|
||||||
|
|
Loading…
Reference in a new issue