-
git/contrib/completion - git/git より以下をホームディレクトリにダウンロード
git-completion.bashgit-prompt.sh
-
ホームディレクトリにある
.bashrcに以下を記述。存在しない場合は新規で作成する。
# ~/.bashrc| // 既定値を上書きするには、このファイル内にキー バインドを挿入します | |
| [ | |
| { | |
| "key": "ctrl+j", | |
| "command": "workbench.action.quickOpenSelectNext", | |
| "when": "inQuickOpen" | |
| }, | |
| { | |
| "key": "ctrl+n", | |
| "command": "workbench.action.quickOpenSelectNext", |
| set runtimepath^=~/.cache/plugged/open-browser.vim | |
| let g:netrw_nogx = 1 " disable netrw's gx mapping. | |
| nmap gx <Plug>(openbrowser-smart-search) | |
| vmap gx <Plug>(openbrowser-smart-search) |
| kashew@ThinkPad:src (master)$ | |
| make test | |
| gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/json_test.o json_test.c | |
| gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr |
git/contrib/completion - git/git より以下をホームディレクトリにダウンロード
git-completion.bashgit-prompt.shホームディレクトリにある .bashrc に以下を記述。存在しない場合は新規で作成する。
# ~/.bashrc| --- Actions --- | |
| $Copy <M-C> | |
| $Cut <M-X> <S-Del> | |
| $Delete <Del> <BS> <M-BS> | |
| $LRU | |
| $Paste <M-V> | |
| $Redo <M-S-Z> <A-S-BS> | |
| $SearchWeb <A-S-G> | |
| $SelectAll <M-A> | |
| $Undo <M-Z> |
| vagrant@ubuntu-bionic:~$ sudo apt install python3-dev | |
| Reading package lists... Done | |
| Building dependency tree | |
| Reading state information... Done | |
| The following additional packages will be installed: | |
| dh-python libexpat1-dev libpython3-dev libpython3-stdlib libpython3.6 libpython3.6-dev libpython3.6-minimal | |
| libpython3.6-stdlib python3 python3-minimal python3-venv python3.6 python3.6-dev python3.6-minimal python3.6-venv | |
| Suggested packages: | |
| python3-doc python3-tk python3.6-doc binfmt-support | |
| The following NEW packages will be installed: |
apt install vim-gnome して入ったもの| ipython==6.5.0 | |
| ipython-genutils==0.2.0 | |
| ipywidgets==7.4.2 | |
| jedi==0.13.0 | |
| Jinja2==2.10 | |
| jsonschema==2.6.0 | |
| jupyter==1.0.0 | |
| jupyter-client==5.2.3 | |
| jupyter-console==5.2.0 | |
| jupyter-core==4.4.0 |
| let s:plug_dir = '~/.cache/plugged' | |
| call plug#begin(s:plug_dir) " {{{ | |
| Plug 'prabirshrestha/async.vim' | |
| Plug 'prabirshrestha/vim-lsp' | |
| call plug#end() " }}} | |
| " --- vim-lsp --- {{{ | |
| if executable('pyls') | |
| " pip install python-language-server | |
| autocmd User lsp_setup call lsp#register_server({ |