mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 15:16:29 +00:00
chore: push changes
This commit is contained in:
parent
65a85ed991
commit
9daa607b9e
4 changed files with 12 additions and 4 deletions
1
bin/.bin
1
bin/.bin
|
@ -1 +0,0 @@
|
|||
/home/tine/Projects/workspace/bin
|
|
@ -1,5 +1,12 @@
|
|||
bind c new-window -c "#{pane_current_path}"
|
||||
|
||||
# Needed for NVIM
|
||||
set-option -sg escape-time 10
|
||||
|
||||
# History
|
||||
set-option -g history-limit 50000
|
||||
|
||||
# Vim mode
|
||||
set -g status-keys vi
|
||||
setw -g mode-keys vi
|
||||
|
||||
|
|
|
@ -137,11 +137,9 @@ set splitright
|
|||
set splitbelow
|
||||
|
||||
set autoindent
|
||||
set tabstop=4
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set softtabstop=0
|
||||
set expandtab
|
||||
set smarttab
|
||||
|
||||
set noswapfile
|
||||
set nobackup
|
||||
|
|
|
@ -41,6 +41,10 @@ bindkey -v
|
|||
bindkey -M vicmd "?" history-incremental-search-backward
|
||||
bindkey -M vicmd "/" history-incremental-search-forward
|
||||
|
||||
# Aliases
|
||||
alias gicm="git checkout main && git pull"
|
||||
alias gic="git checkout"
|
||||
|
||||
# PATH
|
||||
export PATH=$PATH:$HOME/.bin:$HOME/go/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue