Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

Ubuntu 個人的なキーバインドの整理

$
0
0

Ubuntu 16.04LTSをインストールし直した際に
いくつかショートカット系を再設定したのと同時に、各アプリのデフォルトキーバインドで記憶が曖昧なのを
整理したので、まとめ。
各アプリのデフォルト設定と、個人的に設定したものが混ざっていますので、ご注意ください。

fcitx

key bindingwhat to do
Ctrl + ;switch input method (EN <-> JP)

fcitxのGUIの設定画面で設定。 Ctrl + ;なのは私の個人的な設定です。

Terminator

key bindingwhat to do
Ctrl + Shift + esplit vertically
Ctrl + Shift + osplit horizontally
Ctrl + Shift + nmove to next frame
Ctrl + Shift + vpaste from clipboard

すべてデフォルト。

Unity or Others

key bindingwhat to do
Supersearch and launch app
Alt + Tabswitch app
Ctrl + Alt + tlaunch terminator
Ctrl + Alt + flaunch firefox
Ctrl + Alt + Shift + nmove current window to next display

ウインドウをデュアルディスプレイにおける隣のディスプレイに移動させるのは
CompizConfig Setting Managerから設定可能。

vi

勉強中です。

key bindingwhat to do
gj, gkmove cursor (move visually)
*forward search the word under cursor
#backward search the word under cursor
;next searched word
,next searched word(inverse direction)
.repeat the previous command
:e ., :Sopen file explorer with current dir
:g/hoge/dremove all lines including "hoge"
:vim hoge % | cwgrep "hoge" in current file
:vim hoge ./* | cwgrep "hoge" in files of current dir
:vim hoge ./** | cwgrep "hoge" in all files under current dir
:vertical diffsplit foo.cget diff between current buffer and foo.c
:doobtain different codes from the other
:dpput different codes into the other

ssh

Xの転送設定。ssh越しにグラフ書いたりしたいので。。。

  • ログインされる側で /etc/sshd/sshd_config で X11Forwarding yes を追加(コメントアウトを外す)。
  • ログインする際に ssh -X オプションをつける

おわり


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>