mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-06 08:53:37 -08:00
update
This commit is contained in:
@@ -51,7 +51,6 @@ nmap <leader>n :NvimTreeToggle<CR>
|
||||
nmap <leader>ob :FloatermNew --title=bpytop --opener=vsplit bpytop<CR>
|
||||
nmap <leader>od :FloatermNew --title=lazydocker --opener=vsplit lazydocker<CR>
|
||||
nmap <leader>on :FloatermNew --title=ncmpcpp --opener=vsplit ncmpcpp<CR>
|
||||
nmap <leader>oo :OverCommandLine<CR>
|
||||
nmap <leader>or :FloatermNew --title=ranger --opener=vsplit ranger --cmd="cd $PWD"<CR>
|
||||
" nmap <leader>ot :vertical botright ter ++kill=terminal ++close<CR>
|
||||
nmap <leader>ot :FloatermNew --title=floaterm --name=vsplit-term --wintype=vsplit --position=botright --width=0.5<CR>
|
||||
|
||||
@@ -11,8 +11,8 @@ let g:fzf_tags_command = 'ctags -R'
|
||||
" - CTRL-/ will toggle preview window.
|
||||
" - Note that this array is passed as arguments to fzf#vim#with_preview function.
|
||||
" - To learn more about preview window options, see `--preview-window` section of `man fzf`.
|
||||
let g:fzf_preview_window = ['right:50%', 'ctrl-/']
|
||||
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.75 } }
|
||||
let g:fzf_preview_window = ['right:45%', 'ctrl-/']
|
||||
let g:fzf_layout = { 'window': { 'width': 0.95, 'height': 0.85 } }
|
||||
|
||||
let g:fzf_action = {
|
||||
\ 'ctrl-t': 'tab split',
|
||||
|
||||
Reference in New Issue
Block a user