host en estatus
This commit is contained in:
parent
615736418f
commit
4d9f02a2ee
2 changed files with 3 additions and 48 deletions
|
@ -35,9 +35,10 @@ set -g status-bg "#000b1e"
|
|||
set -g status-fg colour10
|
||||
set -g status-left ''
|
||||
set -g status-left-length 20
|
||||
set -g status-right ""
|
||||
set -g status-right ""
|
||||
setw -g window-status-current-format ' #I#[fg=colour3]:#[fg=colour51]#W#[fg=colour3]#F '
|
||||
setw -g window-status-format ' #I#[fg=colour3]:#[fg=colour33]#W#[fg=colour1]#F '
|
||||
set -g status-right-length 20
|
||||
set -g status-right '#[fg=colour232,bg=colour33,bold] %H:%M '
|
||||
set -g status-right '#[fg=colour33,bold] #H '
|
||||
#set -g status-right ' #[fg=colour232,bg=colour33,bold] #H #[fg=colour232,bg=colour33,bold] %H:%M '
|
||||
#set -g status-right '#[fg=colour10,bg="#000b1e",bold] %d/%m #[fg=colour10,bg="#000b1e",bold] %H:%M:%S '
|
||||
|
|
46
vimrc
46
vimrc
|
@ -1,46 +0,0 @@
|
|||
" Funcionamiento
|
||||
set nocompatible " Activar el modo de no compatibilidad con Vi
|
||||
set novisualbell " Evita advertencias de errores
|
||||
set helplang=es " Idioma para la ayuda y mensajes
|
||||
set history=50 " Tamaño del historial de comandos
|
||||
set autochdir " El directorio abierto es el del fichero abierto
|
||||
|
||||
" Visualización
|
||||
set bg=dark
|
||||
set number relativenumber " Mostrar nùmeros de líneas
|
||||
set cul " no resaltar la línea actual en uso
|
||||
set showcmd " Mostrar el comando actual en uso
|
||||
syntax enable " Color en sintaxis
|
||||
set tabstop=2 shiftwidth=2 expandtab " Establece el tamaño de las tabulaciones en dos espacios
|
||||
set splitright " La terminal se abra a la derecha y el editor a la izquierda
|
||||
set title " Mostrar título en ventana
|
||||
set laststatus=2 " Mostrar línea de estado
|
||||
set statusline=%4*\ %<%F%* " Mostrar directorio
|
||||
set statusline=%f\ %l\|%c\ %m%=%p%%\ (%Y%R)
|
||||
|
||||
" Búsquedas
|
||||
set hlsearch " Resaltar búsquedas
|
||||
set incsearch " Búsqueda como en los navegadores modernos.
|
||||
|
||||
" Caracteres
|
||||
set enc=utf-8
|
||||
|
||||
" Map
|
||||
map <S-t> :vert :term<CR>
|
||||
|
||||
" Configuración para latex
|
||||
filetype plugin indent on
|
||||
filetype plugin on
|
||||
set grepprg=grep\ -nH\ $*
|
||||
let g:tex_flavor='latex'
|
||||
|
||||
command C !pdflatex % " comando para compilar con pdflatex
|
||||
command L !lualatex % " comando para compilar con lualatex
|
||||
|
||||
" Tema Dark
|
||||
|
||||
call plug#begin()
|
||||
Plug 'romannmk/ambiance-vim'
|
||||
call plug#end()
|
||||
|
||||
color ambiance
|
Loading…
Add table
Add a link
Reference in a new issue