virtualedit is best
This commit is contained in:
parent
99b6758464
commit
6a9cef94ee
3 changed files with 3 additions and 1 deletions
1
.aliases
1
.aliases
|
@ -22,6 +22,7 @@ alias gl="git log"
|
|||
alias gh="git hist"
|
||||
alias ghd="git hist-details"
|
||||
alias gr="git reset"
|
||||
alias grc="git rm --cached"
|
||||
alias grh="git reset --hard"
|
||||
alias gri="git rebase -i"
|
||||
alias grm="git rm"
|
||||
|
|
|
@ -18,7 +18,7 @@ set-option -g base-index 1
|
|||
setw -g pane-base-index 1
|
||||
|
||||
# 256 colors (bce matches whatever I am doing with t_Co=256 in vim)
|
||||
set -g default-terminal "screen-256color-bce"
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# hostry should be longer
|
||||
set -g history-limit 10000
|
||||
|
|
1
.vimrc
1
.vimrc
|
@ -43,6 +43,7 @@ set colorcolumn=80 " Ruler at line 80
|
|||
set nomodeline
|
||||
set relativenumber " Relative line numbers
|
||||
set noswapfile " Hope for the best
|
||||
set virtualedit=all " Cursor can go anywhere
|
||||
" Tabs are 2 spaces
|
||||
set tabstop=2
|
||||
set softtabstop=2
|
||||
|
|
Loading…
Reference in a new issue