updated vim to force italics through tmux
This commit is contained in:
		@@ -5,6 +5,7 @@ set -s escape-time 0
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# quick reload
 | 
					# quick reload
 | 
				
			||||||
bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
 | 
					bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
 | 
				
			||||||
 | 
					bind-key -n M-r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# force color
 | 
					# force color
 | 
				
			||||||
set -g default-terminal "screen-256color"
 | 
					set -g default-terminal "screen-256color"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -44,3 +44,7 @@ nnoremap _ :m -2 <CR>
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
" - (insert mode) set current word to upper-case
 | 
					" - (insert mode) set current word to upper-case
 | 
				
			||||||
inoremap <c-u> <esc>viwUea
 | 
					inoremap <c-u> <esc>viwUea
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" set italics characters
 | 
				
			||||||
 | 
					set t_ZH=[3m
 | 
				
			||||||
 | 
					set t_ZR=[23m
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user