Skip to content

Instantly share code, notes, and snippets.

@ohsai
Last active October 4, 2019 08:04
Show Gist options
  • Save ohsai/584bc09930a95927e6d4e2d066f04a51 to your computer and use it in GitHub Desktop.
Save ohsai/584bc09930a95927e6d4e2d066f04a51 to your computer and use it in GitHub Desktop.
Linux Personal Setting
# ~/.tmux.conf
bind-key -n F5 split-window -v
bind-key -n F8 kill-pane
bind-key -n F9 split-window -h
bind-key -n F7 resize-pane -D 2
bind-key -n F6 select-pane -t :.+
# ~/.vimrc
set tabstop=4
set shiftwidth=4
set expandtab
set smartindent
set nu
set autoindent
set cindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment