mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-21 22:06:29 +00:00
set fzf command for tycho
This commit is contained in:
parent
49e415f9dc
commit
8ad97ce80e
1 changed files with 2 additions and 4 deletions
|
@ -77,11 +77,9 @@ set backspace=indent,eol,start
|
||||||
" map the leader key to ,
|
" map the leader key to ,
|
||||||
let mapleader=","
|
let mapleader=","
|
||||||
|
|
||||||
" set filetypes
|
let $FZF_DEFAULT_COMMAND = 'rg --files --hidden'
|
||||||
au BufRead,BufNewFile *.ohuac setfiletype rust
|
|
||||||
au BufRead,BufNewFile *.ohuao setfiletype json
|
|
||||||
|
|
||||||
" Cycling through windows and tabs -- made by Pius :D
|
" Cycling through windows and tabs
|
||||||
" nnoremap j <C-W><C-J>
|
" nnoremap j <C-W><C-J>
|
||||||
" nnoremap k <C-W><C-K>
|
" nnoremap k <C-W><C-K>
|
||||||
" nnoremap l <C-W><C-L>
|
" nnoremap l <C-W><C-L>
|
||||||
|
|
Loading…
Reference in a new issue