Bladeren bron

misc changes

pull/1/head
10sr 12 jaren geleden
bovenliggende
commit
8d56f12836
4 gewijzigde bestanden met toevoegingen van 6 en 2 verwijderingen
  1. +1
    -1
      bashrc
  2. +1
    -1
      conkyrc.2
  3. +1
    -0
      emacs.el
  4. +3
    -0
      tmux.conf

+ 1
- 1
bashrc Bestand weergeven

@@ -49,7 +49,7 @@ export GIT_EDITOR="$EDITOR"

null type stty && {
stty stop undef # unbind C-s to stop displaying output
test -z "$TMUX" && stty erase '^h'
# test -z "$TMUX" && stty erase '^h'
}

if iswindows; then


+ 1
- 1
conkyrc.2 Bestand weergeven

@@ -18,7 +18,7 @@ own_window_colour hotpink
own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager

minimum_size 200
#maximum_width 1000
#maximum_width 2000
draw_shades no
draw_outline no
draw_borders no


+ 1
- 0
emacs.el Bestand weergeven

@@ -1111,6 +1111,7 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
;; (define-key dired-mode-map "P" 'my-dired-do-pack-or-unpack)
(define-key dired-mode-map "/" 'dired-isearch-filenames)
(define-key dired-mode-map (kbd "DEL") 'dired-up-directory)
(define-key dired-mode-map (kbd "C-h") 'dired-up-directory)
(substitute-key-definition 'dired-next-line 'my-dired-next-line dired-mode-map)
(substitute-key-definition 'dired-previous-line 'my-dired-previous-line dired-mode-map)
(define-key dired-mode-map (kbd "<left>") 'my-dired-scroll-up)


+ 3
- 0
tmux.conf Bestand weergeven

@@ -1,5 +1,8 @@
unbind C-b
set -g prefix C-z
bind-key C-z send-prefix

set -g default-command /bin/bash
set -g default-terminal screen-256color
#set -g status-left ""
set -g status-right "#H | %a, %d %b %Y %T %z "

Laden…
Annuleren
Opslaan