mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
UI Tweaks
This commit is contained in:
parent
9c6a492a32
commit
4d1f09cc36
1 changed files with 7 additions and 0 deletions
7
.emacs
7
.emacs
|
|
@ -35,6 +35,13 @@
|
||||||
(define-key minibuffer-local-must-match-map [escape] 'minibuffer-keyboard-quit)
|
(define-key minibuffer-local-must-match-map [escape] 'minibuffer-keyboard-quit)
|
||||||
(define-key minibuffer-local-isearch-map [escape] 'minibuffer-keyboard-quit)
|
(define-key minibuffer-local-isearch-map [escape] 'minibuffer-keyboard-quit)
|
||||||
|
|
||||||
|
; Disable line wrapping
|
||||||
|
(setq-default truncate-lines t)
|
||||||
|
|
||||||
|
; UI Tweaks
|
||||||
|
(tool-bar-mode -1)
|
||||||
|
(scroll-bar-mode -1)
|
||||||
|
|
||||||
; Ido
|
; Ido
|
||||||
(ido-mode 1)
|
(ido-mode 1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue