Small tweaks fish and vim.
This commit is contained in:
parent
adac7cd2e3
commit
7141ec53ec
|
|
@ -56,6 +56,6 @@ abbr gp git push origin master
|
||||||
abbr python python
|
abbr python python
|
||||||
|
|
||||||
set -gx GOPATH $HOME/go; set -gx GOROOT $HOME/.go; set -gx PATH $GOPATH/bin $PATH; # g-install: do NOT edit, see https://github.com/stefanmaric/g
|
set -gx GOPATH $HOME/go; set -gx GOROOT $HOME/.go; set -gx PATH $GOPATH/bin $PATH; # g-install: do NOT edit, see https://github.com/stefanmaric/g
|
||||||
abbr cat batcat
|
#abbr cat batcat
|
||||||
abbr pip pip3
|
abbr pip pip3
|
||||||
bind \cd delete
|
bind \cd delete
|
||||||
|
|
|
||||||
|
|
@ -43,4 +43,6 @@ inoremap <M-a> <home>
|
||||||
nnoremap <C-e> <end>
|
nnoremap <C-e> <end>
|
||||||
nnoremap <M-a> <home>
|
nnoremap <M-a> <home>
|
||||||
|
|
||||||
|
:set cursorline
|
||||||
|
:set number
|
||||||
|
:set relativenumber!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue