Compare commits
No commits in common. "dffc42cf4adf7f1f722d06231ff6d68dd9f86de2" and "deae66f43077a766a979b79a30d55e8cd4692594" have entirely different histories.
dffc42cf4a
...
deae66f430
2 changed files with 0 additions and 24 deletions
12
.tmux.conf
12
.tmux.conf
|
@ -1,8 +1,3 @@
|
||||||
######################
|
|
||||||
### PLUGINS ###
|
|
||||||
######################
|
|
||||||
#set -g @plugin 'tmux-plugins/tmux-yank'
|
|
||||||
|
|
||||||
# set new panes to open in current directory
|
# set new panes to open in current directory
|
||||||
bind c new-window -c "#{pane_current_path}"
|
bind c new-window -c "#{pane_current_path}"
|
||||||
|
|
||||||
|
@ -58,10 +53,3 @@ setw -g window-status-bell-style 'fg=colour207 bg=colour1 bold'
|
||||||
|
|
||||||
# messages
|
# messages
|
||||||
set -g message-style 'fg=colour207 bg=colour0 bold'
|
set -g message-style 'fg=colour207 bg=colour0 bold'
|
||||||
|
|
||||||
setw -g mode-keys vi
|
|
||||||
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -sel clip -i'
|
|
||||||
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -sel clip -i'
|
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
|
||||||
|
|
12
.vimrc
12
.vimrc
|
@ -14,8 +14,6 @@ Plugin 'scheakur/vim-scheakur'
|
||||||
Plugin 'preservim/nerdtree'
|
Plugin 'preservim/nerdtree'
|
||||||
Plugin 'preservim/tagbar'
|
Plugin 'preservim/tagbar'
|
||||||
Plugin 'airblade/vim-gitgutter'
|
Plugin 'airblade/vim-gitgutter'
|
||||||
Plugin 'dpelle/vim-Grammalecte'
|
|
||||||
Plugin 'loremipsum'
|
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
@ -41,10 +39,6 @@ set magic
|
||||||
" Enable syntax highlighting
|
" Enable syntax highlighting
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
" Set locale for spellcheck
|
|
||||||
setlocal spell spelllang=fr
|
|
||||||
set nospell
|
|
||||||
|
|
||||||
set background=dark " dark or light
|
set background=dark " dark or light
|
||||||
colorscheme scheakur " Your favorite color scheme's name
|
colorscheme scheakur " Your favorite color scheme's name
|
||||||
|
|
||||||
|
@ -113,9 +107,3 @@ set mouse=a " Enable mouse drag on window splits
|
||||||
|
|
||||||
set updatetime=100
|
set updatetime=100
|
||||||
set signcolumn=auto
|
set signcolumn=auto
|
||||||
|
|
||||||
""""""""""""""""""""""""""""""""""""""
|
|
||||||
" Grammalect
|
|
||||||
""""""""""""""""""""""""""""""""""""""
|
|
||||||
|
|
||||||
let g:grammalecte_cli_py='~/Grammalecte-fr/grammalecte-cli.py'
|
|
||||||
|
|
Loading…
Reference in a new issue